glibc/elf/tst-nodelete-rtldmod.cc

7 lines
72 B
C++

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