/*optional*/
#include <complex.h>
#ifndef imaginary
#error "imaginary is not defined"
#endif
int main(void) { return 0; }
