summaryrefslogtreecommitdiff
path: root/tests/test_controll.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-15 17:27:21 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-03-15 17:27:21 -0400
commit7b009880ad7a4182d3fa8d84468526d0d30d8844 (patch)
tree97b28d976e8486d60d0b5c3b7447891dde709309 /tests/test_controll.tnsl
parente25b738656928b38781458ed85880e8ae7bdd5a6 (diff)
Slightly better function call
Diffstat (limited to 'tests/test_controll.tnsl')
-rw-r--r--tests/test_controll.tnsl12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test_controll.tnsl b/tests/test_controll.tnsl
deleted file mode 100644
index 47ff241..0000000
--- a/tests/test_controll.tnsl
+++ /dev/null
@@ -1,12 +0,0 @@
-/; main [int]
-
- /; if (false)
- return 1
- ;; else if (1 == 0)
- return 2
- ;; else
- return 69
- ;/
-
- return 0
-;/