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