master hovercats/oakiss / probe / HAVE__THREAD_LOCAL
1_Thread_local int x;
2int main(void) {
3	return x;
4}