diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ -x :- 3 + 4 - (3 + ((-3--b-5)+6++8)---+a+-4); main :- fn () { + bar := fn (x: int, y: int, z: float) float { -}; + foo :- fn () { + x:=7+y; + }; + }; +};
\ No newline at end of file |