================ @@ -411,6 +411,14 @@ TEST(SmallPtrSetTest, RemoveIf) { EXPECT_FALSE(Removed); } +TEST(SmallPtrSetTest, InsertRange) { + int Vals[3] = {0, 1, 2}; ---------------- kuhar wrote: nit: maybe make these 3 local variables? https://github.com/llvm/llvm-project/pull/131716