================ @@ -182,6 +202,32 @@ void lambda_value_reference_auxiliary_var(T&& t) { [&x = t]() { T other = std::forward<T>(x); }; ---------------- zeyi2 wrote: Fixed, thanks! https://github.com/llvm/llvm-project/pull/178651