Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
reldep7mod2.c
blob: 3fa336879261a48cda09629b129564c45b97302a [
file
] [
log
] [
blame
] [
edit
]
int
foo
(
void
)
__attribute__
((
weak
));
int
foo
(
void
)
{
return
2
;
}
int
mod2_bar
(
void
)
{
return
foo
();
}