#include "complex_impl.h" double (cimag)(double complex z) { return cimag(z); } #ifdef TEST int main(void) { return 0; } #endif