Sign in
gnu
/
binutils-gdb
/
db956d66c94de1bc1ff9ac1c38350f14e81c11f6
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr24486b.c
blob: 3aabe2a3957b26e20dc3ed87b68d8aedfd48318b [
file
]
extern
void
bar
(
void
)
__attribute__
((
weak
));
void
foo
(
void
)
{
if
(
bar
)
bar
();
}