zeek/auxil/spicy/tests/hilti/codegen/globals-deps.hlt
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
175 B
Plaintext

# @TEST-EXEC: hiltic -j %INPUT
#
# @TEST-DOC: This is a regression test for https://github.com/zeek/spicy/issues/1030.
module c {
public type a = struct {};
global a x;
}