summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc12
1 files changed, 12 insertions, 0 deletions
diff --git a/test.toc b/test.toc
index 6b7ac06..24b13b7 100644
--- a/test.toc
+++ b/test.toc
@@ -1,3 +1,5 @@
+/*
+
#include "std/io.toc", io;
#include "std/base.toc", base;
@@ -12,4 +14,14 @@ main ::= fn() {
io.file_writes(&io.std_err, "something went wrong!\n");
}
main();
+*/
+
+a ::= nms {
+ #if 1 {
+ test ::= 0x501;
+ foo ::= fn() {
+ test;
+ }
+ }
+}