aboutsummaryrefslogtreecommitdiff
path: root/test/wchar-sign+aarch64.c
blob: 605cfb5092a39ee4f585bb5835812f694e952a01 (plain)
1
2
3
4
int x = -L'\001' < 0;
int main(void) {
	return -L'\001' < 0;
}