From 673ddb9e58883da5a8840fa7f5b16a439b3f5dd7 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 20 Feb 2019 18:20:40 -0800 Subject: Fix emittype for unions Thanks to Andrew Chambers for the bug report. --- tests/union-passing.qbe | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/union-passing.qbe (limited to 'tests/union-passing.qbe') diff --git a/tests/union-passing.qbe b/tests/union-passing.qbe new file mode 100644 index 0000000..96e8523 --- /dev/null +++ b/tests/union-passing.qbe @@ -0,0 +1,7 @@ +type :.1 = { w, } +export +function $f(:.1 %.1) { +@start.1 +@body.2 + ret +} -- cgit v1.2.3