| 22 | |
| 23 | template <typename T, typename U> |
| 24 | void ModulusFriendTest() |
| 25 | { |
| 26 | U u = 3; |
| 27 | SafeInt<T> st(1); |
| 28 | T t = u % st; |
| 29 | } |
| 30 | |
| 31 | template <typename T, typename U> |
| 32 | void CompiledMixedType() |
nothing calls this directly
no outgoing calls
no test coverage detected