blob: cf721aa5f622cd15eb846523a4f6987f857fde58 [file] [log] [blame]
/* PR c/89211 */
/* { dg-do compile } */
void foo ();
void foo ()
{
void foo (struct S); /* { dg-warning "declared inside parameter list" } */
}