// { dg-do assemble }// regression test -// simplified from bug report by Leon Bottou <leonb@research.att.com>// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.// Copyright (C) 1999 Free Software FoundationstructA{template<classT>structB{Tx;};template<classT>structC:B<T>{C(){}};};