(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1z/
constexpr-lambda25.C
// PR c++/92531
// { dg-do compile { target c++17 } }

template <typename XK>
void ky () noexcept ([]{}); // IFNDR
// Optional error: void(*)() to bool conv in converted constant expression
// { dg-prune-output "converted constant expression" }