blob: 81bf93a5685c2db6b97db20000e853421ac82d31 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
int main()
{
void func(int a, struct {int _[a];} v) {} /* { dg-warning "struct" } */
}