forked from OSchip/llvm-project
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:
parent
1d9aab8c9e
commit
5a1d214c4a
|
@ -0,0 +1,5 @@
|
|||
// RUN: %clang_cc1 %s -o /dev/null -emit-llvm
|
||||
|
||||
int foo(__complex float c) {
|
||||
return creal(c);
|
||||
}
|
Loading…
Reference in New Issue