// PR c++/99583 // { dg-do compile { target c++11 } } void f(...); template void g() { f([]() noexcept(B) {} ...); }