aboutsummaryrefslogtreecommitdiff
path: root/test/float-to-uint32.qbe
blob: a8463f3dbfba2c53c2e37cec4ede4ac524612224 (plain)
1
2
3
4
5
6
7
8
9
export
function w $f() {
@start.1
@body.2
	%.1 =s call $g()
	%.2 =l stosi %.1
	%.3 =w copy %.2
	ret %.3
}