glibc/elf/tst-relsort1mod2.c
2012-01-27 15:05:19 -05:00

8 lines
69 B
C

#include <math.h>
int
foo (double d)
{
return floor (d) != 0.0;
}