llvm-6502/test/CFrontend/2005-02-20-AggregateSAVEEXPR.c

8 lines
109 B
C
Raw Normal View History

// RUN: %llvmgcc %s -o /dev/null -S
#include <complex.h>
int foo(complex float c) {
return creal(c);
}