android13/external/libabigail/tests/data/test-abicompat/test5-fn-changed-libapp-v1.h

21 lines
111 B
C

struct S0
{
int m0;
char m1;
S0();
};
struct S1
{
int m0;
S1();
};
void
bar(S0*);
int
foo(S1*);