diff options
Diffstat (limited to 'src/complex/catanhl.c')
-rw-r--r-- | src/complex/catanhl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/catanhl.c b/src/complex/catanhl.c index 6025c414..8660a606 100644 --- a/src/complex/catanhl.c +++ b/src/complex/catanhl.c @@ -12,3 +12,11 @@ long double complex catanhl(long double complex z) return CMPLXL(cimagl(z), -creall(z)); } #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |