MCPcopy Create free account
hub / github.com/Vector35/debugger / Baz

Class Baz

test/src/helloworld_virtual.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17class Baz : public Bar {
18public:
19 virtual void bar() {
20 printf("Baz!\n");
21 }
22};
23
24int main(int ac, char **av)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected