modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20020409-1.c (about) 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 }