glibc/elf/tst-znodelete-zlib.cc

7 lines
73 B
C++

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