| 79 | }; |
| 80 | |
| 81 | struct my_callable_empty { |
| 82 | void operator()(some_tag const&) { |
| 83 | } |
| 84 | |
| 85 | explicit operator bool() { |
| 86 | return false; |
| 87 | } |
| 88 | }; |
| 89 | |
| 90 | TYPED_TEST(AllEmptyFunctionCallTests, CallPropagatesEmptyCustom) { |
| 91 | { |
nothing calls this directly
no outgoing calls
no test coverage detected