| 1685 | } |
| 1686 | |
| 1687 | void function_pointer_test(int, double, std::string) {} |
| 1688 | |
| 1689 | TEST(format_test, format_pointer) { |
| 1690 | check_unknown_types(reinterpret_cast<void*>(0x1234), "p", "pointer"); |
nothing calls this directly
no outgoing calls
no test coverage detected