MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/EduCfrontVtable4Test.cpp:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26int main()
27{
28 C b{};
29
30 b.Fun();
31
32 A* a{&b};
33 a->Fun();
34}
35

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected