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 7void 8foo() 9{ 10} 11
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 7void 8foo() 9{ 10} 11