aboutsummaryrefslogtreecommitdiff
path: root/src/math/tanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/tanl.c')
-rw-r--r--src/math/tanl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/tanl.c b/src/math/tanl.c
index 6af06712..8ad31af3 100644
--- a/src/math/tanl.c
+++ b/src/math/tanl.c
@@ -27,3 +27,11 @@ long double tanl(long double x)
return __tanl(y[0], y[1], n&1);
}
#endif
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif