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