// Build don't link: // crash test - // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation template class X { class Y : public T {}; // ERROR - invalid base type Y y; }; int main() { X x; // ERROR - (instantiated from here) }