MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/Dereference-Pattern.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int32_t main()
36{
37 const auto n = Node{4, {}, {}};
38 print_leftmost(n);
39
40 return 0;
41}

Callers

nothing calls this directly

Calls 1

print_leftmostFunction · 0.85

Tested by

no test coverage detected