aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-26 20:38:19 +0000
committerEric Christopher <echristo@apple.com>2011-07-26 20:38:19 +0000
commitf1ce4be48c0b204424d87613c56d52eb2225ae40 (patch)
tree37925c256e55d7aab97a317f17e4943a2549b615
parente6f7536df8af78057adc199060e0c32b2e1ea985 (diff)
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
-rw-r--r--test/CodeGen/2005-02-20-AggregateSAVEEXPR.c5
1 files changed, 5 insertions, 0 deletions
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);
+}