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