Minimized test case: ```c++ #include <stack> class A { std::stack<A> A; } A; ``` Failed assertion: https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp#L705 Flags: `-fclangir -O2 `