xref
: /
glibc-2.36
/
elf
/
tst-nodelete-rtldmod.cc
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
not_exist
(
void
);
2
foo(void)
3
int
foo
(
void
)
4
{
5
return
not_exist
();
6
}
7