diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ main @= fn() { x : [{ 3; 5 }] int; + foo, bar := 3, 5; + asjdfh, asdfkjh := 3.2, 91; + if foo { + bar; + } else { + foo; + } + + test, test2 := (fn() {}), asjdfh * 2; };
\ No newline at end of file |