summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2005-02-20-AggregateSAVEEXPR.c
blob: 99efb1bf79f33dc706d387f4c85d81ccb15a48fd (plain)
1
2
3
4
5
// RUN: %clang_cc1 %s -o /dev/null -emit-llvm

int foo(__complex float c) {
    return creal(c);
}