MCPcopy 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

14struct Derived : Support {};
15
16int 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

fMethod · 0.80

Tested by

no test coverage detected