aboutsummaryrefslogtreecommitdiff
path: root/test/struct-return-2.qbe
blob: 49cb8170d1bf699da91b1e0ec6af9b77b646a77e (plain)
1
2
3
4
5
6
7
8
9
10
11
type :.1 = { w, w, }
export
function w $f() {
@start.1
@body.2
	%.1 =:.1 call $g()
	%.2 =l mul 4, 1
	%.3 =l add %.1, %.2
	%.4 =w loadw %.3
	ret %.4
}