diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Foo ::= struct { x: int; }; -main ::= fn() Foo { +#export main ::= fn() Foo { g ::= fn() int { 3 }; a : [3]int; b := a[1:3]; |