2 // { dg-do run { target c++23 } }
4 // conversion operators with xobj parameter
6 inline constexpr int magic = 42;
9 operator int(this S0 const&) {
16 int f(this int self) {
19 operator int(this S1 const& self) {
30 if (static_cast<int>(s) != magic)