aboutsummaryrefslogtreecommitdiff
path: root/src/math/__rem_pio2_large.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/__rem_pio2_large.c')
-rw-r--r--src/math/__rem_pio2_large.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__rem_pio2_large.c b/src/math/__rem_pio2_large.c
index 958f28c2..0fa1d611 100644
--- a/src/math/__rem_pio2_large.c
+++ b/src/math/__rem_pio2_large.c
@@ -440,3 +440,11 @@ recompute:
}
return n&7;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif