blob: 0692db74f84c928b613405768614ef5670572465 [file] [log] [blame]
struct S0
{
int m0;
S0();
};
struct S1
{
int m0;
unsigned char m1;
S1();
};
void
bar(S0*);
int
foo(S1*);