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