diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-03-18 19:27:34 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-03-18 19:27:34 -0400 |
| commit | 11ebac689b5a400862636e6ad5885d8cb3231161 (patch) | |
| tree | c1d621dbac7fd1a41d5a618139423e680d9ec5bb /tnslc/simple.tnsl | |
| parent | 80b6af60eb8b9d971b9710ae9d91c2639a9e875f (diff) | |
Fix for multiline struct definitions
Diffstat (limited to 'tnslc/simple.tnsl')
| -rw-r--r-- | tnslc/simple.tnsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tnslc/simple.tnsl b/tnslc/simple.tnsl index f722359..ca11667 100644 --- a/tnslc/simple.tnsl +++ b/tnslc/simple.tnsl @@ -10,6 +10,10 @@ } ;/ +mod.test tv = { + 1, 2, false, 0 +} + /; main [int] ~int b = ~mod.a |