summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r--tnslc/test.tnsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl
index d75fe24..a6f1673 100644
--- a/tnslc/test.tnsl
+++ b/tnslc/test.tnsl
@@ -8,6 +8,12 @@ user.tp(asd, asd) b
~{2}user c
+struct user {
+ ~int abcd,
+ Geko efg,
+ ~Geko hij
+}
+
/; whatev (~uint8 a) [uint8]
return a{0}
;/