blob: 284c1f7ffa593bc07ffc13af699e4e5e86013e15 [file] [log] [blame]
struct S
{
char m0;
int m1;
};
void
foo(S&)
{
}