1 /* PR c/60915 */
2 /* { dg-do compile } */
3
4 void /* { dg-error "attributes should be specified before the declarator in a function definition" } */
5 foo (void) __attribute__((__visibility__("default")))
6 {
7 }