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