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