diff options
Diffstat (limited to 'tnslc/test.tnsl')
-rw-r--r-- | tnslc/test.tnsl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index a6f1673..44bfaff 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -2,20 +2,22 @@ ~uint lmao -user.tp a - -user.tp(asd, asd) b ~{2}user c struct user { ~int abcd, - Geko efg, ~Geko hij } -/; whatev (~uint8 a) [uint8] - return a{0} +struct Geko { + int i +} + +/; module mod + /; whatev (~uint8 a) [uint8] + return a{0} + ;/ ;/ /; main [int] |