aboutsummaryrefslogtreecommitdiff
path: root/test/cast-bool-char.qbe
blob: 0e92c87d664c98bb9a055015e87f14483777d87a (plain)
1
2
3
4
5
6
7
8
9
export
function w $main() {
@start.1
@body.2
	%.1 =w extub 256
	%.2 =w cnew %.1, 0
	%.3 =w extub %.2
	ret %.3
}