summaryrefslogtreecommitdiff
path: root/libc/elf/tst-relsort1mod2.c
blob: a2c3e551e40addffb41e57b24e704013239175a5 (plain)
1
2
3
4
5
6
7
#include <math.h>

int
foo (double d)
{
  return floor (d) != 0.0;
}