// { dg-do assemble } // regression test - // simplified from bug report by Leon Bottou // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation struct A { template struct B { T x; }; template struct C : B { C() {} }; };