// PR c++/8578 // Origin: // { dg-do compile } template struct A { typedef typename T::X X; operator X(); }; template A::operator typename A::X () {}