aboutsummaryrefslogtreecommitdiff
path: root/test/struct-passing-call.qbe
blob: 1c5e62399dea81ba5228ace177b0f4665c74fdd1 (plain)
1
2
3
4
5
6
7
8
9
type :s.1 = { w, }
export
function $g() {
@start.1
@body.2
	call $f(:s.1 $s)
	ret
}
export data $s = align 4 { z 4 }