aboutsummaryrefslogtreecommitdiff
path: root/test/hello.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.qbe')
-rw-r--r--test/hello.qbe9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/hello.qbe b/test/hello.qbe
new file mode 100644
index 0000000..3e695ab
--- /dev/null
+++ b/test/hello.qbe
@@ -0,0 +1,9 @@
+data $.Lstring.2 = align 1 { b "hello", z 1, }
+export
+function w $main() {
+@start.1
+@body.2
+ %.1 =l copy $.Lstring.2
+ %.2 =w call $puts(l %.1)
+ ret 0
+}