]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/Wvla-5.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wvla-5.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */
3
4 extern void
5 func (int i, int array[i]);