polserver/testsuite/escript/const/const012-empty-dictionary.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
36 B
Text

const X := dictionary {};
print(X);