rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921202-2.c

9 lines
71 B
C

f(x, c)
{
for (;;)
{
if (x << c) break;
x++;
}
}