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