diff options
Diffstat (limited to 'test/const-array-complex.mnml')
-rw-r--r-- | test/const-array-complex.mnml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/const-array-complex.mnml b/test/const-array-complex.mnml new file mode 100644 index 0000000..07e2286 --- /dev/null +++ b/test/const-array-complex.mnml @@ -0,0 +1 @@ +const array: [[integer]] = [[1, 2], [3, 4], [5, 6, 7]] |