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