summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc6
1 files changed, 1 insertions, 5 deletions
diff --git a/test.toc b/test.toc
index bfe8561..81dbee0 100644
--- a/test.toc
+++ b/test.toc
@@ -1,7 +1,3 @@
main @= fn() {
- // foo @= true;
- // N, M @= 8 * if foo { 8 } else { 3} - 3, 894;
- // foo @= new[3]int;
- // x : [foo[0]]int;
- y : [{x : [3]int; p : &int = &x[2]; *p = 734; x[2] }]f32;
+ ASDF : [{x:[3]int; p, q := &x[0], &x[2]; *q = 3412; *q}]f32;
}; \ No newline at end of file