IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / wvla-5.c
blob919b8dc201bdaa550f344a6cd4759a8dd8379fb5
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */
4 extern void
5 func (int i, int array[i]);