PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / Wvla-5.c
blob919b8dc201bdaa550f344a6cd4759a8dd8379fb5
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */
4 extern void
5 func (int i, int array[i]);