(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
Wvla-3.C
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -Wno-vla" } */
/* { dg-require-effective-target alloca } */
/* { dg-require-effective-target alloca } */

void func (int i)
{
  int array[i];
}