From c06f8eb6a30a74a589537fc4d77be1c334edae72 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Tue, 2 Dec 2025 23:19:53 -0500 Subject: [tnslc] resolve types for structs and functions --- tnslc/test.tnsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index d65d7af..6163318 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -1,5 +1,5 @@ -struct Box { - int a -} +/; main (int argc, ~~uint8 argv) [int] + return 0 +;/ -- cgit v1.2.3