aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr35736.c
blob: f411bb8a92f9d0b6116f2352412de8c570ac658e (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O -Wall" } */

void foo()
{
  while (1)
    for (;;({ continue; }))
      ;
}