// Build don't link: // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999, 2000 Free Software Foundation class Q { template class X { }; }; template class XX> class Y { XX x_; // ERROR - Q::X inaccessible XFAIL *-*-* }; Y y; // ERROR - instantiated from here XFAIL *-*-*