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

Function main

tests/EduCfrontVtable7Test.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21int main()
22{
23 PinkLady delicious{};
24 delicious.Fun();
25
26 Fruit* f{static_cast<Fruit*>(&delicious)};
27 f->Fun();
28}
29

Callers

nothing calls this directly

Calls 1

FunMethod · 0.45

Tested by

no test coverage detected