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

6 lines
182 B
C

/* { 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" } */