rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20020409-1.c

10 lines
93 B
C

/* PR c/5078 */
#include <limits.h>
int f(int i)
{
i -= 2 * (INT_MAX + 1);
return i;
}