diff options
Diffstat (limited to 'src/math/sinl.c')
-rw-r--r-- | src/math/sinl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/sinl.c b/src/math/sinl.c index 9c0b16ee..d9bd1753 100644 --- a/src/math/sinl.c +++ b/src/math/sinl.c @@ -39,3 +39,11 @@ long double sinl(long double x) } } #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |