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