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 9e82451..4274d97 100644
--- a/test.toc
+++ b/test.toc
@@ -2,7 +2,10 @@ arr ::= pkg "std/arr";
io ::= pkg "std/io";
main ::= fn() {
#include "incstuff.toc";
+ {
+ #include "incstuff.toc";
+ }
s : [1]char;
s[0] = (arr.arr_len(x) as char) + '0';
io.puts(s[:]);