aboutsummaryrefslogtreecommitdiff
path: root/test/union-passing.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/union-passing.qbe')
-rw-r--r--test/union-passing.qbe7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/union-passing.qbe b/test/union-passing.qbe
new file mode 100644
index 0000000..2edd8db
--- /dev/null
+++ b/test/union-passing.qbe
@@ -0,0 +1,7 @@
+type :.1 = { { w } { s } }
+export
+function $f(:.1 %.1) {
+@start.1
+@body.2
+ ret
+}