| 80 | public: |
| 81 | ~TestDerivedType() override {} |
| 82 | TestDerivedType(const TestDerivedType &) = default; |
| 83 | TestDerivedType() = default; |
| 84 | virtual int func() override { return 1; } |
| 85 | int derived_only_func() { return 19; } |
nothing calls this directly
no outgoing calls
no test coverage detected