glibc/elf/tst-nodelete2mod.c

8 lines
97 B
C

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