| 438 | static void pure_call_handler() { handler_base("pure virtual function call"); } |
| 439 | |
| 440 | static void abort_handler(int signal) { handler_base("application is aborting"); } |
| 441 | |
| 442 | static void floating_point_handler(int signal) { handler_base("floating point error"); } |
| 443 |
nothing calls this directly
no test coverage detected