aboutsummaryrefslogtreecommitdiff
path: root/tests/union-passing.qbe
blob: 2edd8dbfd75056223083f4d7786d24748ff4f22c (plain)
1
2
3
4
5
6
7
type :.1 = { { w } { s } }
export
function $f(:.1 %.1) {
@start.1
@body.2
	ret
}