event zeek_init() { local v: vector of count = vector(1, 2, 3, 4); local w = vector(1, 2, 3, 4); print v; print w; }