12 lines
175 B
Plaintext
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;
|
|
|
|
}
|