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