paperchalice wrote: ICE occurs when msvc compiling the following code: ```c++ int main() { constexpr bool b = std::size({"",}) > 1; } ``` Looks like it's been fixed in msvc v19.30. https://github.com/llvm/llvm-project/pull/85215