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