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