OSDN Git Service

* gcc.dg/vect/vect-reduc-dot-s16b.c: Mark functions noinline.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wvla-5.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c89 -Wno-vla" } */
3
4 extern void 
5 func (int i, int array[i]);