android13/external/libabigail/tests/data/test-diff-suppr/test18-suppr-removed-var-v0.cc

11 lines
109 B
C++

// Compile this with: g++ -g -c test18-suppr-removed-var-v0.cc
struct S
{
int m0;
};
S* var0;
int var1;