# @TEST-EXEC: zeek -b %INPUT >output 2>&1 # @TEST-EXEC: btest-diff output type FooBar: record { a: set[string] &default=set(); b: table[string] of count &default=table(); c: vector of string &default=vector(); }; global test: FooBar; delete test$a; delete test$b; delete test$c; print test;