From 4af5176d6377958a457da3e5f671ce21540fad70 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 20:48:27 +0300 Subject: add tests and fixes on top of 674438 --- tests/simple_external_putchar/simple_external_putchar.qbt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/simple_external_putchar/simple_external_putchar.qbt (limited to 'tests/simple_external_putchar/simple_external_putchar.qbt') diff --git a/tests/simple_external_putchar/simple_external_putchar.qbt b/tests/simple_external_putchar/simple_external_putchar.qbt new file mode 100644 index 0000000..b76844c --- /dev/null +++ b/tests/simple_external_putchar/simple_external_putchar.qbt @@ -0,0 +1,5 @@ +main() +{ + &_putchar('H') => (); + => (); +} -- cgit v1.3