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