aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/wvla-5.c
blob: 919b8dc201bdaa550f344a6cd4759a8dd8379fb5 (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */

extern void 
func (int i, int array[i]);