// PR c++/46335 // { dg-options -std=c++0x } struct T { }; struct A { A(const T &tr =T()) {} }; struct B { A k; }; B kk_; A fk_;