OSDN Git Service

* c-tree.h: Add argument to c_objc_common_truthvalue_conversion,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / wvla-4.c
1 /* { dg-do compile } */
2 /* { dg-options "-pedantic-errors -std=c99 -Wvla" } */
3
4 extern void 
5 func (int i, int array[i]); /* { dg-warning "variable length array 'array' is used" } */