aboutsummaryrefslogtreecommitdiff
path: root/test/initializer-empty.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/initializer-empty.qbe')
-rw-r--r--test/initializer-empty.qbe8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/initializer-empty.qbe b/test/initializer-empty.qbe
new file mode 100644
index 0000000..2ed8249
--- /dev/null
+++ b/test/initializer-empty.qbe
@@ -0,0 +1,8 @@
+export data $x = align 4 { z 4 }
+export
+function $f() {
+@start.1
+ %.1 =l alloc4 4
+@body.2
+ ret
+}