summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index abb1623..6bb39f3 100644
--- a/test.toc
+++ b/test.toc
@@ -13,4 +13,7 @@ main @= fn() {
while y < 10 {
puti({y = y + 1; y});
}
+ foo : []int;
+ bar : []float;
+
}; \ No newline at end of file