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