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