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