1 // g++ -g -Wall -c test16-suppr-removed-fn-v1.cc 2 3 struct S 4 { 5 int m0; 6 unsigned bar; 7 }; 8 9 void bar(S *)10 bar(S*) 11 {} 12