aboutsummaryrefslogtreecommitdiff
path: root/src/complex/cacosl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/cacosl.c')
-rw-r--r--src/complex/cacosl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/cacosl.c b/src/complex/cacosl.c
index cc20dcd7..18f136ec 100644
--- a/src/complex/cacosl.c
+++ b/src/complex/cacosl.c
@@ -14,3 +14,11 @@ long double complex cacosl(long double complex z)
return CMPLXL(PI_2 - creall(z), -cimagl(z));
}
#endif
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif