Searched refs:BadConst (Results 1 – 2 of 2) sorted by relevance
58 struct BadConst { struct59 BadConst(const BadConst&) = default; // expected-error {{is const, but}}60 BadConst& operator=(const BadConst&) = default; // expected-error {{is const, but}}