1 // RUN: %clang_cc1 %s -o /dev/null -emit-llvm
2 
3 int foo(__complex float c) {
4     return creal(c);
5 }
6