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