android13/external/libabigail/tests/data/test-diff-suppr/test16-suppr-removed-fn-v1.cc

12 lines
107 B
C++

// g++ -g -Wall -c test16-suppr-removed-fn-v1.cc
struct S
{
int m0;
unsigned bar;
};
void
bar(S*)
{}