DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-dwarf / test3-v0.cc
12345678910111213141516171819
struct C0 { typedef int Int; Int m0; C0() :m0(0) {} }; struct C1 { void foo(C0&); }; void C1::foo(C0&) {}