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

6 lines
124 B
C

/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */
extern void
func (int i, int array[i]);