// { dg-do assemble } // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999, 2000 Free Software Foundation class Q { template class X { // { dg-error "" } Q::X private }; }; template class XX> class Y { XX x_; }; Y y; // { dg-error "" } instantiated from here