| 978 | |
| 979 | |
| 980 | bool FindBitmap(int &ox, int &oy, long) { |
| 981 | ox = 1; |
| 982 | oy = 2; |
| 983 | return true; |
| 984 | } |
| 985 | |
| 986 | TEST_CASE("Mismatched numeric types only convert necessary params") |
| 987 | { |
nothing calls this directly
no outgoing calls
no test coverage detected