Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with

changes to remove any #include lines.

llvm-svn: 136129
This commit is contained in:
Eric Christopher 2011-07-26 20:38:19 +00:00
parent 1d9aab8c9e
commit 5a1d214c4a
1 changed files with 5 additions and 0 deletions

View File

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