Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361).
[glibc.git] / elf / tst-relsort1mod1.c
blob9e4a94321dd6770d130f592a95f6ba5e8075582b
1 extern int foo (double);
3 int
4 bar (void)
6 return foo (1.2);