diff options
Diffstat (limited to 'src/math/roundl.c')
-rw-r--r-- | src/math/roundl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/roundl.c b/src/math/roundl.c index f4ff6820..90e13175 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -35,3 +35,11 @@ long double roundl(long double x) return y; } #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |