1 2 3 4 5 6 7
/* { dg-do compile } */ /* { dg-options "-pedantic-errors -Wno-vla" } */ void func (int i) { int array[i]; }