1 // Compile this without debug info: 2 // g++ -Wall -c test19-suppr-added-fn-sym-v1.cc 3 4 void foo()5 foo() 6 { 7 } 8 9 void bar()10 bar() 11 { 12 } 13