]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/wvla-1.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / wvla-1.c
CommitLineData
50d50fc7
SP
1/* { dg-do compile } */
2/* { dg-options "-std=c89 -Wvla" } */
3
4extern void
f3bede71 5func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */