#include float (crealf)(float complex z) { return crealf(z); } #ifdef TEST int main(void) { return 0; } #endif