================ @@ -28,6 +28,11 @@ TEST(LlvmLibcArrayTest, Basic) { ASSERT_EQ(*(++it), 1); ASSERT_EQ(*(++it), 0); + auto forward_it = a.begin(); ---------------- jhuber6 wrote: This tests `cpp::array` and not `cpp::fixed_vector`. https://github.com/llvm/llvm-project/pull/93916