glibc/elf/tst-relsort1mod2.c

8 lines
69 B
C

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