/* PR c/5078 */

#include <limits.h>

int f(int i)
{
  i -= 2 * (INT_MAX + 1);
  return i;
}


syntax highlighted by Code2HTML, v. 0.9.1