]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.dg/wvla-1.c
re PR c/51849 (-Wc99-compat would be considered useful)
[gcc.git] / gcc / testsuite / gcc.dg / wvla-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -Wvla" } */
3
4 extern void
5 func (int i, int array[i]); /* { dg-warning "ISO C90 forbids variable length array 'array'" } */
This page took 0.035272 seconds and 5 git commands to generate.