Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-11-branch
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr24486b.c
blob: 3aabe2a3957b26e20dc3ed87b68d8aedfd48318b [
file
] [
log
] [
blame
] [
edit
]
extern
void
bar
(
void
)
__attribute__
((
weak
));
void
foo
(
void
)
{
if
(
bar
)
bar
();
}