| 24 | struct implementation1 : interface1 {}; |
| 25 | struct implementation1_2 : interface1 {}; |
| 26 | struct implementation2 : interface2 {}; |
| 27 | auto some_name = [] {}; |
| 28 | auto int_name = [] {}; |
| 29 | //-> |
nothing calls this directly
no outgoing calls
no test coverage detected