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