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 b143ad4..d3f0f3e 100644
--- a/test.toc
+++ b/test.toc
@@ -13,5 +13,8 @@ foo ::= fn() <int, int> {
main ::= fn() {
a, b := foo();
+ x , y::= (int, int);
puti(a); puti(b);
+ c:x = 7;
+ d:x = 18;
}; \ No newline at end of file