blob: 7b2256090b8196d69c378a5eb6860ba36c46d2f5 [file] [log] [blame]
struct S
{
int m0;
char m1;
unsigned m2;
};
void
foo(S&)
{}
void
bar(S&)
{}