Sign in
gnu
/
binutils-gdb
/
15ede33bfa86fd2dfd2d088e01ac2d20cdba46c9
/
.
/
gold
/
testsuite
/
weak_as_needed_a.c
blob: 2e4ff8f22805794565732a41ef809292b4282dce [
file
]
extern
void
bar
(
void
)
__attribute__
((
weak
));
extern
void
t4
(
void
);
void
foo
(
void
);
void
foo
(
void
)
{
bar
();
t4
();
}