No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / execute / 20000717-2.c
blob4db9032ec6c028c9a59072670eb3366a3469a31b
1 static void
2 compare (long long foo)
4 if (foo < 4294967297LL)
5 abort();
7 int main(void)
9 compare (8589934591LL);
10 exit (0);