aboutsummaryrefslogtreecommitdiff
path: root/test/struct-passing.qbe
blob: 07bd483febb528e81935aab8745ccd24d36e7999 (plain)
1
2
3
4
5
6
7
8
type :.2 = { b 3, h, }
type :s.1 = { w, :.2 2, d, }
export
function $f(:s.1 %.1) {
@start.1
@body.2
	ret
}