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