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