aboutsummaryrefslogtreecommitdiff
path: root/test/if-char.qbe
blob: d964db49153af21d9af1b20852a4bdc63dbf1d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
export
function w $main() {
@start.1
@body.2
	%.1 =w extub 256
	jnz %.1, @if_true.3, @if_false.4
@if_true.3
	ret 1
@if_false.4
	ret 0
}