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