diff options
Diffstat (limited to 'test.toc')
-rw-r--r-- | test.toc | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,2 +1,11 @@ -"Hello there"; -5+3-34-134--------164423+235443--543;
\ No newline at end of file +xasfd @ int = fn () { + x @= (fn( ) { + x @= (fn(y: int) { + })(3); + })(); +}; + +foo @= fn (x: int, y: int, z: u64) f64 { + 3+5; + 5+6; +}; |