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