aboutsummaryrefslogtreecommitdiff
path: root/src/math/__math_invalidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/__math_invalidf.c')
-rw-r--r--src/math/__math_invalidf.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/__math_invalidf.c b/src/math/__math_invalidf.c
index 357d4b12..77f69f66 100644
--- a/src/math/__math_invalidf.c
+++ b/src/math/__math_invalidf.c
@@ -4,3 +4,11 @@ float __math_invalidf(float x)
{
return (x - x) / (x - x);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif