diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -1,11 +1,8 @@ -xasfd @ int = fn () { - x @= (fn( ) { - x @= (fn(y: int) { - })(3); - })(); -}; - -foo @= fn (x: int, y: int, z: u64) f64 { - 3+5; - 5+6; -}; +main @= fn() { + foo @= fn(x: int, y: float, z: double) i8 { + }; + bar @= fn() { + + }; + x : int = 12 + --3 + 3; +};
\ No newline at end of file |