glibc/elf/tst-relsort1mod2.c

8 lines
69 B
C
Raw Normal View History

2012-01-27 21:05:19 +01:00
#include <math.h>
int
foo (double d)
{
return floor (d) != 0.0;
}