| 28 | } |
| 29 | |
| 30 | invocation_response crash_backtrace(invocation_request const& /*request*/) |
| 31 | { |
| 32 | throw std::runtime_error("barf"); |
| 33 | return invocation_response::failure("unreachable", "unreachable"); |
| 34 | } |
| 35 | |
| 36 | int main(int argc, char* argv[]) |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected