ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../elf/tst-nodelete2mod.c

8 lines
97 B
C

/* Undefined symbol. */
extern int not_exist (void);
int foo (void)
{
return not_exist ();
}