ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/tst-nodelete-zmod.cc

7 lines
72 B
C++
Raw Normal View History

2024-04-01 15:19:46 +00:00
extern int not_exist (void);
int foo (void)
{
return not_exist ();
}