aboutsummaryrefslogtreecommitdiff
path: root/src/fenv/__flt_rounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/__flt_rounds.c')
-rw-r--r--src/fenv/__flt_rounds.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fenv/__flt_rounds.c b/src/fenv/__flt_rounds.c
index ec0b3689..e74393e9 100644
--- a/src/fenv/__flt_rounds.c
+++ b/src/fenv/__flt_rounds.c
@@ -17,3 +17,11 @@ int __flt_rounds()
}
return -1;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif