teak-llvm/clang/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c
Eric Christopher 5a1d214c4a Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with
changes to remove any #include lines.

llvm-svn: 136129
2011-07-26 20:38:19 +00:00

6 lines
99 B
C

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