| 22 | virtual ~interface2() noexcept = default; |
| 23 | }; |
| 24 | struct implementation1 : interface1 {}; |
| 25 | struct implementation1_2 : interface1 {}; |
| 26 | struct implementation2 : interface2 {}; |
| 27 | auto some_name = [] {}; |
nothing calls this directly
no outgoing calls
no test coverage detected