// PR c++/60493 template struct foo { }; template struct baz { class bar; }; template struct baz::bar : foo // { dg-error "parameters|required" } { }; baz::bar it; // { dg-error "incomplete" }