From b42f6ee60d74f9dc6f82182445fa3d8ae8f90420 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Mon, 14 Oct 2024 14:32:38 -0400 Subject: [tnslc] compile structs --- tnslc/test.tnsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index 498db26..6b55408 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -6,5 +6,6 @@ int i = 1 + 2 * 4 - 3 + 4 /; main ({}{}uint8 args) [int] ~uint8 as = 12 - as = 3 + 4 + as` = 3 + 4 ;/ + -- cgit v1.2.3