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