summaryrefslogtreecommitdiff
path: root/tnslc/simple.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-03-18 19:27:34 -0400
committerKyle Gunger <kgunger12@gmail.com>2023-03-18 19:27:34 -0400
commit11ebac689b5a400862636e6ad5885d8cb3231161 (patch)
treec1d621dbac7fd1a41d5a618139423e680d9ec5bb /tnslc/simple.tnsl
parent80b6af60eb8b9d971b9710ae9d91c2639a9e875f (diff)
Fix for multiline struct definitions
Diffstat (limited to 'tnslc/simple.tnsl')
-rw-r--r--tnslc/simple.tnsl4
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