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