mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
Critically, we don't want to return an iterator to the end of the underlying cpp::array "store." Add a test to catch this issue. This will be used by __cxa_finalize to iterate backwards through a FixedVector. Link: #85651