| 603 | |
| 604 | template <typename T, typename U> |
| 605 | _CONSTEXPR14 T ConstAddTU() |
| 606 | { |
| 607 | return (SafeInt<T>(1) + (U)2) + (U(3) + SafeInt<T>(4)) + (SafeInt<T>(5) + SafeInt<T>(6)); |
| 608 | } |
| 609 | |
| 610 | template <typename T> |
| 611 | void ConstAddT() |
nothing calls this directly
no outgoing calls
no test coverage detected