DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-dwarf / test6-v0.cc
1234567891011121314
struct S0 { int m1; char m2; S0() : m1(0), m2(0) {} }; void foo(S0&) {}