blob: c611f07aab42ab57ab2371fe3aaebeea92ce9973 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -Wvla" } */
void func (int i)
{
int array[i]; /* { dg-error "error: ISO C.* forbids variable.* array 'array'" } */
}