// RUN: %clang_cc1 -std=c++20 -verify %s
;
;
bool ; // expected-note {{defaulted 'operator!=' is implicitly deleted because this non-rewritten comparison function would be the best match for the comparison}}
;
;
bool ;
;
;
;
bool ; // expected-note {{defaulted 'operator<' is implicitly deleted because this non-rewritten comparison function would be the best match for the comparison}}
;
int operator<=>;
;
;