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