aboutsummaryrefslogtreecommitdiff
path: root/test/common-real-int-sign.qbe
blob: 09f406003ff41a5662f5dcb96c979e8fea373925 (plain)
1
2
3
4
5
6
7
8
9
10
export
function w $main() {
@start.1
@body.2
	%.1 =w copy 0
	%.2 =w copy 0
	%.3 =w sub %.2, 1
	%.4 =w cugtw %.1, %.3
	ret %.4
}