blob: 6fc66d5ce30c6e9036803b16116b0b5153eb4235 [file] [log] [blame]
/* { dg-require-effective-target alloca } */
/* PR c/79413 */
void
foo ()
{
int a[1/0];
}
void
bar (void)
{
foo ();
}