diff options
Diffstat (limited to 'src/math/tgamma.c')
-rw-r--r-- | src/math/tgamma.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/tgamma.c b/src/math/tgamma.c index 28f6e0f8..1ff72f1c 100644 --- a/src/math/tgamma.c +++ b/src/math/tgamma.c @@ -220,3 +220,11 @@ double __lgamma_r(double x, int *sign) weak_alias(__lgamma_r, lgamma_r); #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |