| 507 | std::string function2() { return "Function2"; } |
| 508 | void function3() {} |
| 509 | std::string functionOverload(double) { return "double"; } |
| 510 | std::string functionOverload(int) { return "int"; } |
| 511 | }; |
| 512 |
nothing calls this directly
no outgoing calls
no test coverage detected