summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc10
1 files changed, 2 insertions, 8 deletions
diff --git a/test.toc b/test.toc
index 6b44da4..92e82f6 100644
--- a/test.toc
+++ b/test.toc
@@ -1,12 +1,6 @@
#include "std/io.toc", io;
main ::= fn() {
- #if 0 {
- io.puts("hi");
- } elif 0 {
- io.put();
- } elif 0 {
- io.puts("Hi");
- }
- io.puts("hey");
+ foo := new(int, 20);
+ p := &foo[12];
};