aboutsummaryrefslogtreecommitdiff
path: root/src/math/remainder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/remainder.c')
-rw-r--r--src/math/remainder.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/remainder.c b/src/math/remainder.c
index 612155fe..25334a43 100644
--- a/src/math/remainder.c
+++ b/src/math/remainder.c
@@ -7,3 +7,11 @@ double remainder(double x, double y)
}
weak_alias(remainder, drem);
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif