double bar_double(void) { return creal(foo_double(2.0 - 2.5i)); }
void bar_double(void) { foo_double(2.0 - 2.5i); }