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