15 lines
140 B
C++
15 lines
140 B
C++
// Compile this without debug info with:
|
|
// g++ -Wall -c test20-suppr-removed-fn-sym-v1.cc
|
|
|
|
void
|
|
bar()
|
|
{}
|
|
|
|
void
|
|
baz()
|
|
{}
|
|
|
|
void
|
|
foobar()
|
|
{}
|