diff options
Diffstat (limited to 'src/math/nanl.c')
-rw-r--r-- | src/math/nanl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/nanl.c b/src/math/nanl.c index 969af564..4f02078d 100644 --- a/src/math/nanl.c +++ b/src/math/nanl.c @@ -4,3 +4,11 @@ long double nanl(const char *s) { return NAN; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |