aboutsummaryrefslogtreecommitdiff
path: root/test/builtins/Unit/multc3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/multc3_test.c')
-rw-r--r--test/builtins/Unit/multc3_test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/builtins/Unit/multc3_test.c b/test/builtins/Unit/multc3_test.c
index f8c66c0e426f..b1482638a913 100644
--- a/test/builtins/Unit/multc3_test.c
+++ b/test/builtins/Unit/multc3_test.c
@@ -11,16 +11,17 @@
//
//===----------------------------------------------------------------------===//
+#include <stdio.h>
+
#if _ARCH_PPC
#include "int_lib.h"
#include <math.h>
#include <complex.h>
-#include <stdio.h>
// Returns: the product of a + ib and c + id
-long double _Complex
+COMPILER_RT_ABI long double _Complex
__multc3(long double __a, long double __b, long double __c, long double __d);
enum {zero, non_zero, inf, NaN, non_zero_nan};