| 553 | } |
| 554 | |
| 555 | void concurrencpp::tests::test_task_call_operator_test_4() { |
| 556 | // empty task |
| 557 | task t; |
| 558 | t(); |
| 559 | } |
| 560 | |
| 561 | void concurrencpp::tests::test_task_call_operator_test_5() { |
| 562 | // a croutine |
nothing calls this directly
no outgoing calls
no test coverage detected