1 2 3 4 5 6 7 8 9
/* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ int main() { void func(int a, struct {int _[a];} v) {} /* { dg-warning "struct" } */ }