Add some more ulps.
[glibc/pb-stable.git] / elf / failobj.c
blobe938d4a803a478590cee6149630192d3c18fd669
1 /* This function is supposed to not exist. */
2 extern int xyzzy (int);
4 int
5 foo (int a)
7 return xyzzy (a);