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