/*[TPS]*/
#include <pthread.h>
int const foo = PTHREAD_SCOPE_PROCESS;
int main(void) { return 0; }
