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