mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
8 lines
256 B
Text
8 lines
256 B
Text
# @TEST-EXEC-FAIL: zeek -b %INPUT >out 2>&1
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
|
|
|
# At least shouldn't crash Zeek, just report the invalid record ctor.
|
|
|
|
global asdfasdf;
|
|
const blah = [$ports=asdfasdf];
|
|
print blah;
|