12 lines
107 B
C++
12 lines
107 B
C++
// g++ -g -Wall -c test16-suppr-removed-fn-v1.cc
|
|
|
|
struct S
|
|
{
|
|
int m0;
|
|
unsigned bar;
|
|
};
|
|
|
|
void
|
|
bar(S*)
|
|
{}
|