| 19 | }; |
| 20 | void unhandled_exception() { throw; } |
| 21 | std::suspend_never final_suspend() noexcept |
| 22 | { |
| 23 | return {}; |
| 24 | } |
| 25 | }; |
| 26 | struct R { |
| 27 | R( std::coroutine_handle<> d) noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected