PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / Wvla-1.c
blobd2e3cb57d4fa4eb62fccd58c1e65b92d2e993fbd
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
4 extern void
5 func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */