// PR c++/104410 // { dg-do compile { target c++20 } } template constexpr bool use_func_v{}; template void f() requires use_func_v || true { } template void f();