diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-02 23:19:53 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-02 23:19:53 -0500 |
| commit | c06f8eb6a30a74a589537fc4d77be1c334edae72 (patch) | |
| tree | 6aebf71d22b90d49aea6229993f48524dad63194 /tnslc/test.tnsl | |
| parent | 82d11944094349e7c4795659dac45fea954223e2 (diff) | |
[tnslc] resolve types for structs and functions
Diffstat (limited to 'tnslc/test.tnsl')
| -rw-r--r-- | tnslc/test.tnsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index d65d7af..6163318 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,5 +1,5 @@ -struct Box { - int a -} +/; main (int argc, ~~uint8 argv) [int] + return 0 +;/ |