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