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