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