mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
172 B
Text
7 lines
172 B
Text
# @TEST-EXEC: cat %INPUT >output && btest-diff output
|
|
|
|
-- init-bare.bro
|
|
|
|
type string_array: table[count] of string;
|
|
type string_set: set[string];
|
|
type addr_set: set[addr];
|