================
@@ -54,7 +54,8 @@ class MockArgList {
}
template <class T> LIBC_INLINE T next_var() {
- ++arg_counter;
+ arg_counter =
----------------
michaelrj-google wrote:
why was this change made?
https://github.com/llvm/llvm-project/pull/96369