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