summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.toc b/test.toc
index 534c5a9..536f095 100644
--- a/test.toc
+++ b/test.toc
@@ -1,3 +1,4 @@
main @= fn() {
- x := 7;
+ x, y, z : *int;
+ foo : *f32;
};