add test for this:
[oota-llvm.git] / test / CFrontend / 2005-02-20-AggregateSAVEEXPR.c
1 // RUN: %llvmgcc %s -o /dev/null -S
2
3 #include <complex.h>
4
5 int foo(complex float c) {
6     return creal(c);
7 }