android13/external/libabigail/tests/data/test-diff-suppr/test2-struct-suppr-v0.cc

18 lines
98 B
C++

struct S
{
int int_member;
};
class C
{
int int_member;
};
void
foo(S&)
{}
void
bar(C&)
{}