template struct S { S() : S() {} // { dg-error "base" } }; S s; // { dg-error "instantiated" }