2 /* { dg-do compile } */
3 /* { dg-options "" } */
9 struct S
* /* { dg-warning "declared inside parameter list will not be visible outside of this definition or declaration" } */
20 struct {int s
;} * /* { dg-warning "anonymous struct declared inside parameter list will not be visible outside of this definition or declaration" } */
31 const void /* { dg-error "'void' as only parameter may not be qualified" } */
38 void, /* { dg-error "'void' must be the only parameter" } */
47 x
; /* { dg-error "parameter 'x' has just a forward declaration" } */
57 void /* { dg-error "'void' must be the only parameter" } */
64 void, /* { dg-error "'void' must be the only parameter" } */