Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
tst-nodelete2mod.c
blob: e88c756f5e8bd9b2d34b0c884761c35cf892ae7c [
file
] [
log
] [
blame
] [
edit
]
/* Undefined symbol. */
extern
int
not_exist
(
void
);
int
foo
(
void
)
{
return
not_exist
();
}