aboutsummaryrefslogtreecommitdiff
path: root/test/common-real-unsigned-char.qbe
blob: 574cde429d0b74341a699607f11ed6345be6d66f (plain)
1
2
3
4
5
6
7
8
9
10
export
function w $main() {
@start.1
@body.2
	%.1 =w extub 1
	%.2 =w extub 2
	%.3 =w sub %.1, %.2
	%.4 =w csgtw %.3, 0
	ret %.4
}