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