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

Function main

tests/EduCfrontVtableTest.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected