// PR c++/46472 // { dg-do compile { target c++11 } } template struct A { T t; constexpr A(){} }; struct B { A a; }; B b;