DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-filter / test-PR27598-v1.cc
123456789101112
union S { void bar() const { } }; void fun(S s) { s.bar(); }