rt_gccstream/gcc/testsuite/gcc.dg/pr35736.c

10 lines
120 B
C

/* { dg-do compile } */
/* { dg-options "-O -Wall" } */
void foo()
{
while (1)
for (;;({ continue; }))
;
}