1 2 3 4 5 6 7 8 9
/* PR c/5078 */ #include <limits.h> int f(int i) { i -= 2 * (INT_MAX + 1); return i; }