| 170 | } |
| 171 | |
| 172 | struct Dummy |
| 173 | { |
| 174 | int MemberCoro(CoroContext<std::string>::Ptr ctx) |
| 175 | { |
| 176 | return ctx->set("test"); |
| 177 | } |
| 178 | }; |
| 179 | |
| 180 | #ifdef BOOST_USE_VALGRIND |
| 181 | int fibInput = 10; |
nothing calls this directly
no outgoing calls
no test coverage detected