summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r--tnslc/simple.tnsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl
new file mode 100644
index 0000000..7cbd0fd
--- /dev/null
+++ b/tnslc/simple.tnsl
@@ -0,0 +1,5 @@
+int a = 2
+
+/; raw main [int]
+ raw return a
+;/ \ No newline at end of file