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