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

6 lines
165 B
C

/* { dg-do compile } */
/* { dg-options "-std=c89 -Wvla" } */
extern void
func (int i, int array[i]); /* { dg-warning "variable length array 'array' is used" } */