1 // Compile this with: g++ -g -c test17-suppr-added-var-v1.cc 2 3 struct S 4 { 5 int m0; 6 char m1; 7 }; 8 9 S* var0; 10 int var1; 11