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