// { dg-do compile }
// { dg-require-effective-target alloca }

void foo()
{
  int i=1, x[i];
}

