diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2024-08-03 20:25:35 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2024-08-03 20:25:35 -0400 |
| commit | 5efcf9dc1c55e852684668e735a2e12311b00b8e (patch) | |
| tree | 2b210d00befe43b8fdcf289232b28ca08c2c6bad /tnslc/test.tnsl | |
| parent | 7b9338fe51ad06675dec6ae6e35b0d7d949c1523 (diff) | |
sync small changes
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 3eff47d..d75fe24 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -2,6 +2,12 @@ ~uint lmao +user.tp a + +user.tp(asd, asd) b + +~{2}user c + /; whatev (~uint8 a) [uint8] return a{0} ;/ |