1 // Compile this with: 2 // g++ -g -Wall -shared -Wl,-soname=libtest29-soname -o libtest29-soname-v0.so test29-soname-v0.cc 3 4 struct S 5 { 6 int m0; 7 8 static S* sm0; 9 }; 10 11 S* S::sm0 = 0; 12