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