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