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