aboutsummaryrefslogtreecommitdiff
path: root/src/fenv/feholdexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/feholdexcept.c')
-rw-r--r--src/fenv/feholdexcept.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fenv/feholdexcept.c b/src/fenv/feholdexcept.c
index 73ff1fad..574830f8 100644
--- a/src/fenv/feholdexcept.c
+++ b/src/fenv/feholdexcept.c
@@ -6,3 +6,11 @@ int feholdexcept(fenv_t *envp)
feclearexcept(FE_ALL_EXCEPT);
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif