aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_external_putchar.qbt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_external_putchar.qbt')
-rw-r--r--tests/simple_external_putchar.qbt5
1 files changed, 5 insertions, 0 deletions
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') => ();
+ => ();
+}