MCPcopy Create free account
hub / github.com/doctest/doctest / function2

Function function2

examples/all_features/stringification.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272static void function() {}
273static int ***function2() {
274 return nullptr;
275}
276
277TEST_CASE("pointer comparisons") {
278 int i = 42;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected