// { dg-do run { target c++26 xfail c++26 } } // { dg-options "-lstdc++exp" } // { dg-require-cpp-feature-test __cpp_lib_debugging } #include #include static_assert( noexcept(std::breakpoint()) ); static_assert( std::is_void_v ); int main() { std::breakpoint(); }