1 __thread int i_tls = 1;
2 int foo ()
3 {
4   return i_tls;
5 }
6 
7