diff options
Diffstat (limited to 'src/complex/csinhl.c')
-rw-r--r-- | src/complex/csinhl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/csinhl.c b/src/complex/csinhl.c index 09fd18f9..1983c3ba 100644 --- a/src/complex/csinhl.c +++ b/src/complex/csinhl.c @@ -5,3 +5,11 @@ long double complex csinhl(long double complex z) { return csinh(z); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |