blob: ae2e0b064a9974fcc583df8dc0492a913527ed11 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c99 -Wvla" } */
extern void
func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */