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