// PR c++/49298 template struct B { }; template struct A { int i; B b; };