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