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