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