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

Method Fun

tests/EduCfrontVtable4Test.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 virtual ~A() { puts("dtor"); }
8
9 virtual void Fun() { puts("fun a"); }
10};
11
12struct B : A {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected