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