summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-03-16 00:26:51 -0400
committerKai Gunger <kgunger12@gmail.com>2026-03-16 00:26:51 -0400
commit6fcd9b168c2667c3e757bce7f68377954917224a (patch)
treebcafe3329f9c1da4746ebbf90fadc8a03884725e /tnslc/test.tnsl
parent411733084c3f64872657e6803ecf4380c907626e (diff)
Various fixesorigin
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r--tnslc/test.tnsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl
index 94c36f2..bedadcb 100644
--- a/tnslc/test.tnsl
+++ b/tnslc/test.tnsl
@@ -1,6 +1,5 @@
/; main [int]
- int a = 0
- return a
+ return 0
;/