zeek/auxil/spicy/tests/hilti/hiltic/jit/hello-world.hlt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
154 B
Plaintext

# @TEST-EXEC: ${HILTIC} -j -D compiler,jit %INPUT >output
# @TEST-EXEC: btest-diff output
module Foo {
import hilti;
hilti::print("Hello, world!");
}