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