summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/wvla-7.c
blob: bc113bfb05d6b012a53a5d642ad5154a95b5eabc (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-pedantic-errors -std=c89 -Wvla" } */

extern void 
func (int i, int [i]); /* { dg-error "error: ISO C90 forbids variable" } */