android13/external/libabigail/tests/data/test-diff-suppr/test13-suppr-through-pointe...

22 lines
201 B
C++

// Compile this with:
// g++ -g -Wall -shared -o libtest13-suppr-through-pointer-v0.so test13-suppr-through-pointer-v0.cc
struct S
{
int m0;
};
void
bar(S*)
{
}
void
foo(S)
{
}
void
fu(S**)
{}