6_7_thread_local_function.c (77B)
1 _Thread_local int f(void) { return 0; } 2 3 int test_main(void) { return f(); }