================ @@ -28,6 +28,11 @@ TEST(LlvmLibcArrayTest, Basic) { ASSERT_EQ(*(++it), 1); ASSERT_EQ(*(++it), 0); + auto forward_it = a.begin(); ---------------- jameshu15869 wrote: Ah, I totally made a mistake https://github.com/llvm/llvm-project/pull/93916