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