| 21 | tester() : cobalt::detail::fork::shared_state{buf, 4096} {} |
| 22 | |
| 23 | static cobalt::detail::fork step(tester & , int i= 0) |
| 24 | { |
| 25 | if (i == 42) |
| 26 | co_await cobalt::detail::fork::wired_up; |
| 27 | co_return; |
| 28 | } |
| 29 | }; |
| 30 | |
| 31 | CO_TEST_CASE(fork) |
nothing calls this directly
no outgoing calls
no test coverage detected