MSVC produced IFCs do not mark the `Constexpr` object traits flag when dealing with cases like the following: ```c++ struct X { static const X m; }; constexpr X X::m { 13 }; ```