aboutsummaryrefslogtreecommitdiff
path: root/src/math/powl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/powl.c')
-rw-r--r--src/math/powl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/powl.c b/src/math/powl.c
index 6f64ea71..bffd2435 100644
--- a/src/math/powl.c
+++ b/src/math/powl.c
@@ -528,3 +528,11 @@ long double powl(long double x, long double y)
return pow(x, y);
}
#endif
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif