6_7_thread_local_block_auto.c (64B)
1 int test_main(void) { 2 _Thread_local int x = 42; 3 return x; 4 }