zeek/auxil/spicy/tests/hilti/ast/basic-module.hlt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

13 lines
244 B
Plaintext

# @TEST-GROUP: no-jit
# @TEST-EXEC: ${HILTIC} -c -D compiler,ast-final %INPUT >output 2>debug.log
# @TEST-EXEC: btest-diff output
# @TEST-EXEC: btest-diff debug.log
module Foo {
type X = bool;
function string foo(real bar) { return ""; }
}