From f25b4cb8907746db49e54e4148b3065413364d5f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 20 Feb 2023 03:16:15 -0500 Subject: initial loop for block compiling --- tnslc/test2.tnsl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tnslc/test2.tnsl (limited to 'tnslc/test2.tnsl') 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 -- cgit v1.2.3