From 3c6707a09a90f461fe3c002ef4f55a0d072e7541 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 21 Feb 2023 19:03:00 -0500 Subject: Basic return values (globals and constants) --- tnslc/test.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/test.tnsl') diff --git a/tnslc/test.tnsl b/tnslc/test.tnsl index ad842d0..9720011 100644 --- a/tnslc/test.tnsl +++ b/tnslc/test.tnsl @@ -6,6 +6,7 @@ :include "test2.tnsl" /; run (uint argc, ~~uint8 argv) [int] + {}uint8 c = "asdf" return 0 ;/ ;/ -- cgit v1.2.3