// RUN: %llvmgcc %s -o /dev/null -S #include int foo(complex float c) { return creal(c); }