aboutsummaryrefslogtreecommitdiff
path: root/test/alignas-local-32.qbe
blob: 53bfab3c2a3daa82052c540f2917cdd28ed7312c (plain)
1
2
3
4
5
6
7
8
9
10
11
export
function w $main() {
@start.1
	%.1 =l alloc16 17
	%.2 =l add %.1, 16
	%.3 =l and %.2, 18446744073709551584
@body.2
	%.4 =l extsw 32
	%.5 =l urem %.3, %.4
	ret %.5
}