1 #include "nldbl-compat.h"
2 #include <complex.h>
3 
4 double
5 attribute_hidden
creall(double _Complex x)6 creall (double _Complex x)
7 {
8   return creal (x);
9 }
10