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