``` struct S { static const S s; }; constexpr S S::s = S{}; ``` This is valid C++ and must be handled accordingly.