diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2026-05-07 02:00:45 -0400 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2026-05-07 02:00:45 -0400 |
| commit | b140289c4064d3a813d0d3d8a4ffb65ba684c733 (patch) | |
| tree | 82af71679b15e83511f021249564d8844b653fe8 /tnslc/test.tnsl | |
| parent | 8ffb50a4bc61b51952aa78da0c6e1f002f09e1be (diff) | |
[tnslc] fix members in binary operations
Diffstat (limited to 'tnslc/test.tnsl')
| -rw-r--r-- | tnslc/test.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 58ba226..715ddf2 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -9,7 +9,7 @@ struct A { ;/ ;/ -/; main (uint argc, ~~uint8 argv) [uint] +/; main (int argc, ~~uint8 argv) [int] A a a.a = 1 a.b = 2 |