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