13 lines
117 B
C++
13 lines
117 B
C++
// Compile this without debug info:
|
|
// g++ -Wall -c test19-suppr-added-fn-sym-v1.cc
|
|
|
|
void
|
|
foo()
|
|
{
|
|
}
|
|
|
|
void
|
|
bar()
|
|
{
|
|
}
|