DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-read-dwarf / test8-qualified-this-pointer.cc
123456789101112131415
struct S { int i; S() : i(0) {} int foo() const; }; int S::foo() const {return i;}