Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr60915.c
blob: 2ed0a5f10fed9d39f8fe58d8597fad0c7b3bcd6d [
file
] [
log
] [
blame
]
/* PR c/60915 */
/* { dg-do compile } */
void
/* { dg-error "attributes should be specified before the declarator in a function definition" } */
foo
(
void
)
__attribute__
((
__visibility__
(
"default"
)))
{
}