aboutsummaryrefslogtreecommitdiff
path: root/test/compatible-vla-types.qbe
blob: 330cd8542413c293d283eee7d9a7dfa2ba5ce946 (plain)
1
2
3
4
5
6
7
8
9
10
11
export
function $f2() {
@start.1
	%.1 =l alloc4 4
	%.2 =l alloc4 4
@body.2
	storew 12, %.1
	%.3 =w mul 6, 2
	storew %.3, %.2
	ret
}