// { dg-do preprocess { target c++23 } } // { dg-add-options no_pch } #include #ifndef __cpp_lib_unreachable # error "Feature-test macro for unreachable missing in " #elif __cpp_lib_unreachable != 202202L # error "Feature-test macro for unreachable has wrong value in " #endif