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