1struct S
2{
3  unsigned m0;
4  char m1;
5  long long m2;
6  unsigned char m3;
7};
8
9void
10foo(S&)
11{
12}
13