// PR c++/46472 // { dg-options -std=c++0x } template struct A { T t; constexpr A(){} }; struct B { A a; }; B b;