OSDN Git Service

2008-11-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.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 "variable length array 'array' is used" } */