1 // To build this, type:
2 // g++ -g -Wall -shared -o libtest9-v0.so test9-v0.cc
3 
4 __thread int global_var0;
5 __thread int global_var1;
6 
7 void
foo()8 foo()
9 {
10 }
11