summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc8
1 files changed, 6 insertions, 2 deletions
diff --git a/test.toc b/test.toc
index 3cccd6d..986b13a 100644
--- a/test.toc
+++ b/test.toc
@@ -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