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