1 class C0 2 { 3 int m0; 4 5 public: C0()6 C0() 7 :m0(0) 8 {} 9 }; 10 11 12 void foo(C0)13 foo(C0) 14 {} 15