]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/failobj.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / failobj.c
CommitLineData
1e262312 1/* This function is supposed to not exist. */
b5701890
UD
2extern int xyzzy (int);
3
5c80f57c
AJ
4extern int foo (int);
5
1e262312
UD
6int
7foo (int a)
8{
9 return xyzzy (a);
10}