10 lines
177 B
C++
10 lines
177 B
C++
// To build this, type:
|
|
// g++ -g -Wall -shared -o libtest9-v1.so test9-v1.cc
|
|
__thread char global_var0;
|
|
__thread int global_var1;
|
|
__thread unsigned global_var2;
|
|
void
|
|
foo()
|
|
{
|
|
}
|