zeek/auxil/spicy/tests/hilti/validation/function-proto-fail.hlt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
200 B
Plaintext

# @TEST-EXEC-FAIL: ${HILTIC} -j %INPUT > output 2>&1
# @TEST-EXEC: btest-diff output
#
# @TEST-DOC: Tests that function prototypes without &cxxname are declined
module Foo {
declare void fail();
}