Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
245 B
Plaintext

# @TEST-REQUIRES: test "$BUILD" = "debug"
# @TEST-EXEC: HILTI_DEBUG=test-debug ${HILTIC} -d -j %INPUT >output 2>&1
# @TEST-EXEC: btest-diff output
module Foo {
import hilti;
hilti::debug("test-debug", "12");
hilti::debug("test-debug", 12);
}