================ @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 -fsyntax-only -std=c++20 -verify %s +// expected-no-diagnostics + +auto ICE = [](auto a) { return [=]<decltype(a) b>() { return 1; }; }; ---------------- cor3ntin wrote:
Can you reference the issue number in the test? https://github.com/llvm/llvm-project/pull/78896 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits