blob: ca3669aec99efd745617c9f397b0acd976bbc000 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Wvla" } */
void func (int i)
{
int array[i]; /* { dg-warning "variable length array 'array' is used" } */
}