DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-filter / test5-v1.cc
123456789101112131415
class C0 { public: int m0; C0() :m0(0) {} }; typedef C0 c0_type; void foo(c0_type) {}