blob: 3028cdc804974b8dab8d30c68cb5482e65464a0e [file] [log] [blame]
/* PR17412 - ICE in fold_const.c during parsing.
fold would try to fold the operands of the break statement. */
/* { dg-do compile } */
/* { dg-options "" } */
void foo ()
{
for (;;)
for (;;({break;}));
}