From fd5bdaff40f93546009e1ec854fd26df01e78f22 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 30 Apr 2024 15:25:17 +0300 Subject: correct addr + Doesn't quite implement stack handling fully as of yet, but slowly getting there --- tests/simple_external_putchar.qbt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/simple_external_putchar.qbt (limited to 'tests/simple_external_putchar.qbt') diff --git a/tests/simple_external_putchar.qbt b/tests/simple_external_putchar.qbt new file mode 100644 index 0000000..b76844c --- /dev/null +++ b/tests/simple_external_putchar.qbt @@ -0,0 +1,5 @@ +main() +{ + &_putchar('H') => (); + => (); +} -- cgit v1.3