1 2 3 4 5 6 7 8 9 10
// { dg-do preprocess { target c++23 } } // { dg-add-options no_pch } #include <version> #ifndef __cpp_lib_unreachable # error "Feature-test macro for unreachable missing in <version>" #elif __cpp_lib_unreachable != 202202L # error "Feature-test macro for unreachable has wrong value in <version>" #endif