#include <sys/stat.h>
#ifndef S_IROTH
#error "S_IROTH is not defined"
#endif
int main(void) { return 0; }
