1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
3
4 extern void
5 func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
3
4 extern void
5 func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */