Sign in
third-party-mirror
/
GRTEv4
/
262be5abc585813b1766119db73641d44ba3741e
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
elf
/
reldep7mod2.c
blob: 3fa336879261a48cda09629b129564c45b97302a [
file
] [
log
] [
blame
]
int
foo
(
void
)
__attribute__
((
weak
));
int
foo
(
void
)
{
return
2
;
}
int
mod2_bar
(
void
)
{
return
foo
();
}