OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20020409-1.c
1 /* PR c/5078 */
2
3 #include <limits.h>
4
5 int f(int i)
6 {
7   i -= 2 * (INT_MAX + 1);
8   return i;
9 }