(root)/
glibc-2.38/
elf/
tst-nodelete-rtldmod.cc
extern int not_exist (void);

int foo (void)
{
  return not_exist ();
}