1#include <math.h>
2
3int
4foo (double d)
5{
6 return floor (d) != 0.0;
7}
8

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