// PR c++/92746 // { dg-do compile { target c++17 } } // { dg-options "-fconcepts" } template concept C3 = true; static_assert(noexcept(C3), "concept should be treated as if noexcept(true) specified");