1 // RUN: %llvmgcc %s -o /dev/null -S
3 // We fail this on Sparc because the C library seems to be missing complex.h
4 // and the corresponding C99 complex support.
6 // We could modify the test to use only GCC extensions, but I don't know if
7 // that would change the nature of the test.
12 #include <mingw/complex.h>
17 int foo(complex float c
) {