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