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

13 lines
216 B
Plaintext

# @TEST-EXEC: hiltic -j %INPUT
#
# @TEST-DOC: Tests for name collisions in codegen of struct element initializers, regression test for #942.
module foo {
public type X = struct {
bytes x;
uint<8> x_;
};
}