summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index 795a695..a914b1d 100644
--- a/test.toc
+++ b/test.toc
@@ -1,5 +1,6 @@
main @= fn() {
// foo @= true;
// N, M @= 8 * if foo { 8 } else { 3} - 3, 894;
- x : [#C("3")]int;
+ foo @= new[3]int;
+ x : [foo[0]]int;
}; \ No newline at end of file