diff options
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r-- | tnslc/dummy.tnsl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tnslc/dummy.tnsl b/tnslc/dummy.tnsl index c806022..1bfbee9 100644 --- a/tnslc/dummy.tnsl +++ b/tnslc/dummy.tnsl @@ -1,5 +1,9 @@ ;struct test { - int i, j, k, l + int8 i, j, k, l +} + +;struct test2 { + test a, b } /; _alloc (uint bytes) [~void] |