OSDN Git Service

2007-06-11 Andreas Tobler <a.tobler@schweiz.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wvla-3.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c89 -Wvla" } */
3
4 extern void 
5 func (int i, int array[i]); /* { dg-error "error: ISO C90 forbids variable.* array 'array'" } */