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