summaryrefslogtreecommitdiff
path: root/tnslc/test.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-08-04 01:10:02 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-08-04 01:10:02 -0400
commit832b3faedb1a967fad6eb721d1a50b9e134d5095 (patch)
tree8931bb02ad65e37a65f93fc36d1c016114c0e1a2 /tnslc/test.tnsl
parent5efcf9dc1c55e852684668e735a2e12311b00b8e (diff)
declaration list ast
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}
;/