android13/external/libabigail/tests/data/test-abicompat/test9-fn-changed-v0.h

12 lines
59 B
C

struct S
{
int m0;
S()
: m0()
{}
};
int
foo(S&);