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