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