polserver/testsuite/escript/const/const017-populated-struct.src
Eric Swanson de171c1cdd
Allow empty array, dictionary, error, struct as constants. (#296)
Checkpoint: parity for ClassicDistro
2020-09-10 00:35:40 -07:00

2 lines
40 B
Text

const X := struct { a := 5 };
print(X);