6_7_2_1_member_thread_local.c (72B)
1 struct S { 2 _Thread_local int x; 3 }; 4 5 int test_main(void) { return 0; }