// Build don't link: // crash test - XFAIL *-*-* // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation class Q { template class X { }; }; template class> class Y { }; Y y; // ERROR - typename out of template context