diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 18:17:30 -0500 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-05 18:17:30 -0500 |
| commit | 65d1112cffbe3a761c96b63c74ce0d704f64fb2d (patch) | |
| tree | 2b363b41103a4f6554a368da35d82b947790f11b /tnslc/dummy.tnsl | |
| parent | cd34a562ce21381600799c390ba7e905e9dcf1e8 (diff) | |
Include files
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] |