Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/other/test_dynamic_cast.cpp:16–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
struct Derived : Support {};
15
16
int main() {
17
Support* p = new Derived;
18
dynamic_cast<Derived*>(p)->f();
19
delete p;
20
return 0;
21
}
Callers
nothing calls this directly
Calls
1
f
Method · 0.80
Tested by
no test coverage detected