DEBSOURCES
Skip Quicknav
sources / libabigail / 2.9-3 / tests / data / test-diff-dwarf / test7-v1.cc
123456789101112131415
struct S { static char m0; static int m1; }; char S::m0; int S::m1; void foo(S&) { S::m0 = 1; S::m1 = 2; }