about summary refs log tree commit diff
path: root/elf/tst-relsort1mod2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-relsort1mod2.c')
-rw-r--r--elf/tst-relsort1mod2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-relsort1mod2.c b/elf/tst-relsort1mod2.c
new file mode 100644
index 0000000000..a2c3e551e4
--- /dev/null
+++ b/elf/tst-relsort1mod2.c
@@ -0,0 +1,7 @@
+#include <math.h>
+
+int
+foo (double d)
+{
+  return floor (d) != 0.0;
+}