aboutsummaryrefslogtreecommitdiff
path: root/test/wchar-sign+riscv64.qbe
blob: 888a5c936236344a7a11bdadc6f83b52fd476ffd (plain)
1
2
3
4
5
6
7
8
9
export data $x = align 4 { w 0, }
export
function w $main() {
@start.1
@body.2
	%.1 =w neg 1
	%.2 =w csgtw %.1, 0
	ret %.2
}