// PR c++/22352 template class s { typedef int d; template friend class t; }; s t1;