| 1501 | } |
| 1502 | |
| 1503 | void differentArguments( |
| 1504 | int i, double d, unsigned char f, double q, std::string s) { |
| 1505 | } |
| 1506 | |
| 1507 | std::shared_ptr<Derived> returnsSharedPtr() { |
| 1508 | return std::shared_ptr<Derived>(); |
no outgoing calls
no test coverage detected