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