diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-02-20 03:16:15 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-02-20 03:16:15 -0500 |
commit | f25b4cb8907746db49e54e4148b3065413364d5f (patch) | |
tree | d48f944cc270a39a5331e0e8f0d75e00ed13c591 /tnslc/test2.tnsl | |
parent | 7536e9aaaa8e7f76d69e6782d7c23afafdbe77f1 (diff) |
initial loop for block compiling
Diffstat (limited to 'tnslc/test2.tnsl')
-rw-r--r-- | tnslc/test2.tnsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tnslc/test2.tnsl b/tnslc/test2.tnsl new file mode 100644 index 0000000..0589619 --- /dev/null +++ b/tnslc/test2.tnsl @@ -0,0 +1,3 @@ +struct Try { + int a, b, c +}
\ No newline at end of file |