// { dg-do compile } // Origin: Mark Mitchell template struct S { // { dg-error "const|operator=" } S(); T t; }; void f() { S s; s = s; // { dg-message "synthesized|deleted" } }