aboutsummaryrefslogtreecommitdiff
path: root/test/basic.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/basic.qbe')
-rw-r--r--test/basic.qbe6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/basic.qbe b/test/basic.qbe
new file mode 100644
index 0000000..40d18e9
--- /dev/null
+++ b/test/basic.qbe
@@ -0,0 +1,6 @@
+export
+function w $main() {
+@start.1
+@body.2
+ ret 0
+}