android13/external/libabigail/tests/data/test-diff-dwarf/test4-v0.cc

15 lines
74 B
C++

class C0
{
int m0;
public:
C0()
:m0(0)
{}
};
void
foo(C0)
{}