#include <pthread.h>
pthread_key_t* foo;
int main(void) { return 0; }
