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

Function main

tests/EduCfrontVtable6Test.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20int main()
21{
22 C c{};
23
24 c.Fun();
25
26 B* b{&c};
27 b->Fun();
28}
29

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected