1/* This function is supposed to not exist. */
2extern int xyzzy (int);
3
4extern int foo (int);
5
6int
7foo (int a)
8{
9 return xyzzy (a);
10}
11

source code of glibc/elf/failobj.c