mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
11 lines
230 B
Text
11 lines
230 B
Text
# @TEST-EXEC-FAIL: zeek -b %INPUT >out 2>&1
|
|
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff out
|
|
|
|
function foo(a: string)
|
|
{ print a; }
|
|
|
|
function foo(a: string)
|
|
{ }
|
|
|
|
event zeek_init()
|
|
{ foo("hello"); }
|