1extern int foo (double);
2
3int
4bar (void)
5{
6 return foo (1.2);
7}
8

source code of glibc/elf/tst-relsort1mod1.c