// PR c++/118101 template struct A; template struct A {}; template struct B { A f(); }; B inst();