| 48 | |
| 49 | template <typename T, typename U> |
| 50 | struct AddTest |
| 51 | { |
| 52 | T x; |
| 53 | U y; |
| 54 | bool fExpected; |
| 55 | }; |
| 56 | |
| 57 | static const AddTest< unsigned __int64, unsigned __int64 > uint64_uint64[] = |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected