rt_gccstream/gcc/testsuite/gcc.dg/wvla-3.c

6 lines
183 B
C

/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c89 -Wvla" } */
extern void
func (int i, int array[i]); /* { dg-error "ISO C90 forbids variable.* array 'array'" } */