summaryrefslogtreecommitdiff
path: root/elf/failobj.c
blob: e938d4a803a478590cee6149630192d3c18fd669 (plain)
1
2
3
4
5
6
7
8
/* This function is supposed to not exist.  */
extern int xyzzy (int);

int
foo (int a)
{
  return xyzzy (a);
}