Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
class Baz : public Bar {
18
public:
19
virtual void bar() {
20
printf(
"Baz!\n"
);
21
}
22
};
23
24
int main(int ac, char **av)
25
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected