summaryrefslogtreecommitdiff
path: root/tnslc/dummy.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-10-20 16:47:49 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-10-20 16:47:49 -0400
commiteda272dc91a651f9b923b45efdde4e0bf71dc7bb (patch)
tree650a798a623752a8edb0828044bd3d95a51f7c7d /tnslc/dummy.tnsl
parent01d6580a17d5dc00b84cc3e72e0a86b090c1c6bd (diff)
Add boilerplate
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r--tnslc/dummy.tnsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tnslc/dummy.tnsl b/tnslc/dummy.tnsl
index 8a82981..bd28c70 100644
--- a/tnslc/dummy.tnsl
+++ b/tnslc/dummy.tnsl
@@ -11,7 +11,7 @@
;/
/; main (uint argc, ~~uint8 argv) [int]
- ;~void ptr = _alloc(10)
- ;_delete(ptr)
- ;return 0
+ # ;~void ptr = _alloc(10)
+ # ;_delete(ptr)
+ # ;return 0
;/