// Build don't link: // crash test - XFAIL *-*-* // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation struct Q { template class X { }; template class XX = X> // gets bogus error - (original definition appeared here) class Y { }; // gets bogus error - redefinition of default argument for `template XX' Y<> y; };