summaryrefslogtreecommitdiffstats
path: root/js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c')
-rw-r--r--js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c b/js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c
new file mode 100644
index 0000000000..142d7becba
--- /dev/null
+++ b/js/src/ctypes/libffi/testsuite/libffi.complex/return_complex_longdouble.c
@@ -0,0 +1,10 @@
+/* Area: ffi_call
+ Purpose: Check return value complex.
+ Limitations: none.
+ PR: none.
+ Originator: <vogt@linux.vnet.ibm.com>. */
+
+/* { dg-do run } */
+
+#include "complex_defs_longdouble.inc"
+#include "return_complex.inc"