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, 4 insertions, 1 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl
index 91e2e91..f722359 100644
--- a/tnslc/simple.tnsl
+++ b/tnslc/simple.tnsl
@@ -12,5 +12,8 @@
/; main [int]
- return 0
+ ~int b = ~mod.a
+ ~int c = b+8
+ ~~int d = ~c
+ return d``
;/