Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
bdd93d52cf43d2991561d70e238bf11e422b794b
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
tst-nodelete2mod.c
blob: e88c756f5e8bd9b2d34b0c884761c35cf892ae7c [
file
] [
log
] [
blame
]
/* Undefined symbol. */
extern
int
not_exist
(
void
);
int
foo
(
void
)
{
return
not_exist
();
}