1 struct S
2 {
3   static int m1;
4 };
5 
6 int S::m1;
7 
8 void
foo(S &)9 foo(S&)
10 {}
11