diff options
Diffstat (limited to 'src/math/__rem_pio2l.c')
-rw-r--r-- | src/math/__rem_pio2l.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__rem_pio2l.c b/src/math/__rem_pio2l.c index 236b2def..2799e6cd 100644 --- a/src/math/__rem_pio2l.c +++ b/src/math/__rem_pio2l.c @@ -153,3 +153,11 @@ int __rem_pio2l(long double x, long double *y) return n; } #endif + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |