20020409-1.c   [plain text]


/* PR c/5078 */

#include <limits.h>

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