13 lines
108 B
C++
13 lines
108 B
C++
// Compile this without debug info:
|
|
// g++ -Wall -c test16-syms-only-v1.cc
|
|
|
|
void
|
|
foo()
|
|
{
|
|
}
|
|
|
|
void
|
|
bar()
|
|
{
|
|
}
|