diff options
Diffstat (limited to 'src/math/__rem_pio2.c')
-rw-r--r-- | src/math/__rem_pio2.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__rem_pio2.c b/src/math/__rem_pio2.c index dcf672fb..992fc1b8 100644 --- a/src/math/__rem_pio2.c +++ b/src/math/__rem_pio2.c @@ -188,3 +188,11 @@ medium: y[1] = ty[1]; return n; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |