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