1 /* Check that Exception handler specification is not
2 mapped to the curly braces below the function
5 /* { dg-options "-fprofile-arcs -ftest-coverage" } */
6 /* { dg-do run { target native } } */
11 #if __cplusplus <= 201402L
12 throw (int) // { dg-warning "deprecated" "" { target { c++11 && { ! c++17 } } } }
31 /* { dg-final { run-gcov gcov-7.C } } */