SergejSalnikov wrote: Should the following example really fail: ``` class A { int operator_() const; union { int operator_; }; } ``` https://github.com/llvm/llvm-project/pull/153140