summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index 3696abe..639cfcf 100644
--- a/test.toc
+++ b/test.toc
@@ -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