1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
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;
}