diff options
Diffstat (limited to 'src/math/__polevll.c')
-rw-r--r-- | src/math/__polevll.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__polevll.c b/src/math/__polevll.c index ce1a8404..f7c7b684 100644 --- a/src/math/__polevll.c +++ b/src/math/__polevll.c @@ -91,3 +91,11 @@ long double __p1evll(long double x, const long double *P, int n) return y; } #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |