6_7_6_param_thread_local.c (86B)
1 static int f(_Thread_local int x) { return x; } 2 3 int test_main(void) { return f(0); }