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