1 struct C0 2 { 3 int m0; 4 C0C05 C0() 6 :m0(0) 7 {} 8 }; 9 10 typedef C0 c0_type; 11 12 c0_type foo()13 foo() 14 {return C0();} 15