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