#include <unistd.h>
int const foo = _SC_THREAD_PRIO_PROTECT;
int main(void) { return 0; }
