Files
cpython-source-deps/testsuite/libffi.complex/complex_double.c
Richard Henderson c952a92e20 testsuite: Move complex tests to their own subdirectory
It seems a bit silly to isolate them by globbing vs "*complex*"
when we can just as easily put them in their own subdirectory.
2014-11-14 13:07:47 +01:00

11 lines
213 B
C

/* Area: ffi_call
Purpose: Check complex types.
Limitations: none.
PR: none.
Originator: <vogt@linux.vnet.ibm.com>. */
/* { dg-do run } */
#include "complex_defs_double.inc"
#include "complex.inc"