aboutsummaryrefslogtreecommitdiff
path: root/src/math/remquo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/remquo.c')
-rw-r--r--src/math/remquo.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/remquo.c b/src/math/remquo.c
index 59d5ad57..f5fb97fc 100644
--- a/src/math/remquo.c
+++ b/src/math/remquo.c
@@ -80,3 +80,11 @@ end:
*quo = sx^sy ? -(int)q : (int)q;
return sx ? -x : x;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif