Update.
[platform/upstream/glibc.git] / elf / failobj.c
1 /* This function is supposed to not exist.  */
2 extern int xyzzy (int);
3
4 int
5 foo (int a)
6 {
7   return xyzzy (a);
8 }