From: Eric Christopher Date: Tue, 26 Jul 2011 20:38:19 +0000 (+0000) Subject: Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1ce4be48c0b204424d87613c56d52eb2225ae40;p=clang Migrate CodeGen/2005-02-20-AggregateSAVEEXPR.c from test/FrontendC with changes to remove any #include lines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136129 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c b/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c new file mode 100644 index 0000000000..99efb1bf79 --- /dev/null +++ b/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 %s -o /dev/null -emit-llvm + +int foo(__complex float c) { + return creal(c); +}