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