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