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