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