mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-12 03:26:57 +00:00
11 lines
147 B
C++
11 lines
147 B
C++
|
// 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()
|
||
|
{
|
||
|
}
|