blob: 259c576b29f8a4e03d57e1402269c83f16d30f69 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -Wno-vla" } */
void func (int i)
{
int array[i];
}