mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
9 lines
132 B
Text
9 lines
132 B
Text
# @TEST-EXEC: bro --doc-scripts %INPUT
|
|
|
|
type Tag: enum {
|
|
SOMETHING
|
|
};
|
|
|
|
type R: record {
|
|
field1: set[Tag] &default=set();
|
|
};
|