Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
reldep7mod1.c
blob: de1bb3a6cddec13788d1a2ecb4728cdfc32d9cbb [
file
] [
log
] [
blame
] [
edit
]
int
foo
(
void
)
__attribute__
((
weak
));
int
foo
(
void
)
{
return
1
;
}
int
mod1_bar
(
void
)
{
return
foo
();
}