blob: d03f2ac751909909b57f3f3d8573d9667ad0e0d0 [file] [log] [blame]
#include <complex.h>
long double __attribute__ ((const)) creall (long double complex _Z)
{
return __real__ _Z;
}