From f1ce4be48c0b204424d87613c56d52eb2225ae40 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 26 Jul 2011 20:38:19 +0000 Subject: [PATCH] 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 --- test/CodeGen/2005-02-20-AggregateSAVEEXPR.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CodeGen/2005-02-20-AggregateSAVEEXPR.c 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); +} -- 2.40.0