================ @@ -2313,6 +2313,42 @@ TEST(TransferTest, AssignmentOperatorWithInitAndInheritance) { ASTContext &ASTCtx) {}); } +TEST(TransferTest, CXXOperatorCallExprEqualReturnsVoid) { + // This is a crash repro. + std::string Code = R"( + struct B { ---------------- martinboehme wrote:
Can you rename this to `struct S`? (The reason we have `B` in the test above is because it is the "base". But otherwise we typically call structs `S`.) https://github.com/llvm/llvm-project/pull/80991 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits