aboutsummaryrefslogtreecommitdiff
path: root/src/complex/csqrtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/complex/csqrtl.c')
-rw-r--r--src/complex/csqrtl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/csqrtl.c b/src/complex/csqrtl.c
index 22539379..0c47d7f9 100644
--- a/src/complex/csqrtl.c
+++ b/src/complex/csqrtl.c
@@ -5,3 +5,11 @@ long double complex csqrtl(long double complex z)
{
return csqrt(z);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif