summaryrefslogtreecommitdiff
path: root/elf/tst-nodelete2mod.c
blob: e88c756f5e8bd9b2d34b0c884761c35cf892ae7c (plain)
1
2
3
4
5
6
7
/* Undefined symbol.  */
extern int not_exist (void);

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