summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc13
1 files changed, 11 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index 71d3b0a..cec1a43 100644
--- a/test.toc
+++ b/test.toc
@@ -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;
+};