| 141 | |
| 142 | template <typename T> |
| 143 | struct MyTypeInherited : MyType<T, unsigned> {}; |
| 144 | |
| 145 | template <typename T, typename K> |
| 146 | bool operator==(const MyType<T, K> &lhs, const MyType<T, K> &rhs) { |
nothing calls this directly
no outgoing calls
no test coverage detected