blob: e6a17cf081daaf8db4dfb3b3e55cb1a5c0f61052 [file] [log] [blame]
struct S
{
int m0;
S* m2;
};
void
foo(S&)
{}
void
bar(S&)
{}