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