android13/external/libabigail/tests/data/test-diff-dwarf/test3-v1.cc

22 lines
149 B
C++

struct C0
{
typedef int Int;
Int m0;
char m1;
C0()
:m0(0),
m1(0)
{}
};
struct C1
{
void
foo(C0&);
};
void
C1::foo(C0&)
{}