aboutsummaryrefslogtreecommitdiff
path: root/tests/common-real-int-sign.c
blob: d67c30107c41255fdf9d71f5222f15588cf36972 (plain)
1
2
3
4
int main(void) {
	unsigned x = -1;
	return 0 > x;
}