android13/external/libabigail/tests/data/test-diff-suppr/test14-suppr-non-redundant-...

17 lines
141 B
C++

// Compile with:
// g++ -g -Wall -c test14-suppr-non-redundant-v0.cc
struct S
{
int m0;
char m1;
};
void
bar(S&)
{}
void
baz(S*)
{}