diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |