aboutsummaryrefslogtreecommitdiff
path: root/test/wchar-sign+riscv64.qbe
blob: 8f8497135776c5ba165b6d809fe56227ab8fe3aa (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 sub 0, 1
	%.2 =w csgtw %.1, 0
	ret %.2
}