1 // Compile this with: 2 // g++ -g -Wall -shared -o libtest26-loc-suppr-v1.so test26-loc-suppr-v1.cc 3 // 4 5 #include "test26-loc-suppr.h" 6 7 struct S 8 { 9 int m0; 10 char added_member; 11 }; 12 13 void func0(S *)14 func0(S*) 15 { 16 } 17