From 59148d666a78d671198d56caabe7fe4d7fb3fee1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 31 Mar 2024 23:09:14 +0300 Subject: produce some very limited assembly output + Several subsystems missing critical features, but enough to do some basic things like calling procedures, printing to screen and doing loops --- tests/2.qbt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/2.qbt (limited to 'tests/2.qbt') diff --git a/tests/2.qbt b/tests/2.qbt new file mode 100644 index 0000000..9c63342 --- /dev/null +++ b/tests/2.qbt @@ -0,0 +1,4 @@ +main() +{ + => (); +} -- cgit v1.3