MCPcopy Create free account
hub / github.com/fmtlib/fmt / function_pointer_test

Function function_pointer_test

test/format-test.cc:1687–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687void function_pointer_test(int, double, std::string) {}
1688
1689TEST(format_test, format_pointer) {
1690 check_unknown_types(reinterpret_cast<void*>(0x1234), "p", "pointer");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected