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

15 lines
100 B
C++

struct C0
{
int m0;
C0()
:m0(0)
{}
};
typedef C0 c0_type;
c0_type
foo()
{return C0();}