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

Function main

tests/EduCfrontVtable3Test.cpp:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected