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

Class A

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

Source from the content-addressed store, hash-verified

3#include <cstdio>
4
5class A {
6public:
7 int a;
8 virtual void v() { puts("A->v"); }
9};
10
11class B {
12public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected