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, 0 insertions, 5 deletions
diff --git a/tests/simple_external_putchar.qbt b/tests/simple_external_putchar.qbt
deleted file mode 100644
index b76844c..0000000
--- a/tests/simple_external_putchar.qbt
+++ /dev/null
@@ -1,5 +0,0 @@
-main()
-{
- &_putchar('H') => ();
- => ();
-}