1 extern __thread int foo;
2
3 int
4 bar (void)
5 {
6 return foo;
7 }
1 extern __thread int foo;
2
3 int
4 bar (void)
5 {
6 return foo;
7 }