android13/external/libabigail/tests/data/test-diff-suppr/test15-suppr-added-fn-v0.cc

11 lines
89 B
C++

// g++ -g -Wall -c test15-suppr-added-fn-v0.cc
struct S
{
int m0;
};
void
bar(S&)
{}