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

Class B

tests/EduCfrontVtableTest.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10struct B : A {
11 int mX{5};
12 void Fun() { printf("fun b: %d\n", mX); }
13
14 virtual void Other() {}
15};
16
17int main()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected