1 /* { dg-do compile } */
2 /* { dg-options "-Wno-implicit-int" } */
4 a(); /* { dg-warning "no type or storage" } */
5 a
; /* { dg-error "redeclared" } */
6 /* { dg-warning "no type or storage" "" { target *-*-* } .-1 } */
7 a(); /* { dg-warning "no type or storage" } */