rt_gccstream/gcc/testsuite/gcc.dg/graphite/id-pr43351.c

6 lines
65 B
C

int foo(int i)
{
if (i < 0) return 0;
for (; i < 10; i++);
}