diff options
-rw-r--r-- | tests/tcmp_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c index 42e31ca3e..3242b7cbf 100644 --- a/tests/tcmp_ui.c +++ b/tests/tcmp_ui.c @@ -26,7 +26,7 @@ MA 02111-1307, USA. */ #include "longlong.h" #include "mpfr.h" -main() +int main() { mpfr_t x; unsigned long i; long s; |