Tests to make sure that type conversions happen only when they should
| 105 | |
| 106 | // Tests to make sure that type conversions happen only when they should |
| 107 | void arithmetic_conversions_f1(int) |
| 108 | { |
| 109 | } |
| 110 | |
| 111 | void arithmetic_conversions_f4(std::string) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected