android13/external/libabigail/tests/data/test-diff-dwarf/test7-v0.cc

11 lines
60 B
C++

struct S
{
static int m1;
};
int S::m1;
void
foo(S&)
{}