aboutsummaryrefslogtreecommitdiff
path: root/test/struct-return-1.qbe
blob: fcdf699402365c5d19836d0c5a58a7a03f6faa47 (plain)
1
2
3
4
5
6
7
8
9
10
type :s.1 = { w, }
export
function :s.1 $f() {
@start.1
	%.1 =l alloc4 4
@body.2
	%.2 =l add %.1, 0
	storew 2, %.2
	ret %.1
}