Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr49899.c
blob: b5b32591ac7088c1a81491dc4fa617efec479c48 [
file
] [
log
] [
blame
]
static
int
foo
(
void
)
{
return
0
;
}
/* { dg-error "weak declaration of 'foo' being applied to a already existing, static definition" } */
int
foo
(
void
)
__attribute__
((
weak
));