]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/constload3.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / constload3.c
CommitLineData
19cf43be 1extern int baz (void);
5c80f57c 2extern int bar (void);
19cf43be
UD
3
4int
5bar (void)
6{
7 return -21 + baz ();
8}