// PR c++/49298 // { dg-options -std=c++0x } template struct B { }; template struct A { int i; B b; };