You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
147 B

// To build this, type:
// g++ -g -Wall -shared -o libtest9-v0.so test9-v0.cc
__thread int global_var0;
__thread int global_var1;
void
foo()
{
}