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

Function main

tests/EduCfrontVtablePureFuncTest.cpp:19–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected