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