1 // Compile this without debug info with: 2 // g++ -Wall -c test20-suppr-removed-fn-sym-v1.cc 3 4 void bar()5 bar() 6 {} 7 8 void baz()9 baz() 10 {} 11 12 void foobar()13 foobar() 14 {} 15