/*optional*/
#include <limits.h>
#ifndef PTHREAD_KEYS_MAX
#error "PTHREAD_KEYS_MAX is not defined"
#endif
int main(void) { return 0; }
