================ @@ -124,6 +125,14 @@ void lambda_capture() { [&x...] { (void)sum(x...); }(); } +struct S2 { + int a, b, c; +}; + +auto X = [] <typename = void> () { ---------------- ricejasonf wrote:
Oh, sorry, I added your test with `clsss` not realizing you were talking about modifying an existing test. :sweat_smile: https://github.com/llvm/llvm-project/pull/125394 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits