From ceaeb8df4d9bf9b518239ea623d813add5a71072 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 7 Jul 2023 15:50:30 -0400 Subject: Returns inside of complex operations --- tnslc/basic.tnsl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tnslc/basic.tnsl') diff --git a/tnslc/basic.tnsl b/tnslc/basic.tnsl index 5d4f040..a0cf385 100644 --- a/tnslc/basic.tnsl +++ b/tnslc/basic.tnsl @@ -1,4 +1,8 @@ +:include "c_wrap.tnsl" + +{}uint8 str = "ASDF\0" /; main [int] + _printf(~str{0}) return 0 ;/ \ No newline at end of file -- cgit v1.2.3