1 // Runtime version of cond3.C. We call terminate when the A cleanup throws
2 // because we've already initialized the exception object.
16 #if __cplusplus <= 201402L
17 throw(int) // { dg-warning "deprecated" "" { target { c++11 && { ! c++17 } } } }
31 std::set_terminate (my_terminate);
34 throw b ? B(1) : B(1);