summaryrefslogtreecommitdiff
path: root/elf/tst-nodelete-zmod.cc
blob: 740e1d81811a9f59710cb9a4a5432d745883a563 (plain)
1
2
3
4
5
6
extern int not_exist (void);

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