aboutsummaryrefslogtreecommitdiff
path: root/src/complex/cpowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cpowl.c')
-rw-r--r--src/complex/cpowl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/cpowl.c b/src/complex/cpowl.c
index be36f046..40aa34ee 100644
--- a/src/complex/cpowl.c
+++ b/src/complex/cpowl.c
@@ -11,3 +11,11 @@ long double complex cpowl(long double complex z, long double complex c)
return cexpl(c * clogl(z));
}
#endif
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif