The following valid program is rejected by clang: [Demo](https://godbolt.org/z/YaKM81aT4) ``` struct X { const void *p_; consteval X() : p_{this} { } }; static constexpr X x{}; ``` The bug was first reported here: https://stackoverflow.com/questions/78381492/is-the-address-of-a-consteval-constructed-object-a-constant-expression