// { dg-do compile } // Origin: Volker Reichelt // PR c++/18100: Invalid nested type. struct A { template struct A {}; // { dg-error "same name" } }; A::A<0> a; // { dg-error "not a template|constructor" }