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