2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020409-1.c
blob1bdc08ff3b88cc57618e6e4deecfa03a82a1e0bc
1 /* PR c/5078 */
3 #include <limits.h>
5 int f(int i)
7 i -= 2 * (INT_MAX + 1);
8 return i;