Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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"
)))
{
}