diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-08-04 01:10:02 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-08-04 01:10:02 -0400 |
commit | 832b3faedb1a967fad6eb721d1a50b9e134d5095 (patch) | |
tree | 8931bb02ad65e37a65f93fc36d1c016114c0e1a2 /tnslc/test.tnsl | |
parent | 5efcf9dc1c55e852684668e735a2e12311b00b8e (diff) |
declaration list ast
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r-- | tnslc/test.tnsl | 6 |
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} ;/ |