Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
nextmod2.c
blob: b2c435f341d0c539864e7e29c95aa23734ff1b2f [
file
] [
log
] [
blame
] [
edit
]
/* Very elaborated function. */
extern
int
successful_rtld_next_test
(
void
);
int
successful_rtld_next_test
(
void
)
{
return
42
;
}