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

21 lines
120 B
C

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