From 567eed5e49a927a31b2692c586da1246519fb1a9 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 6 Mar 2024 14:50:50 -0500 Subject: Some basic tests --- tests/test_variable.tnsl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/test_variable.tnsl (limited to 'tests/test_variable.tnsl') diff --git a/tests/test_variable.tnsl b/tests/test_variable.tnsl new file mode 100644 index 0000000..08bf0f8 --- /dev/null +++ b/tests/test_variable.tnsl @@ -0,0 +1,4 @@ +/; main [int] + int i = 69 + return i +;/ -- cgit v1.2.3