1 struct S0 2 { 3 int m1; 4 char m12; 5 S0S06 S0() 7 : m1(0), 8 m12(0) 9 {} 10 }; 11 12 void foo(S0 &)13 foo(S0&) 14 {} 15