MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / f

Method f

test/other/test_dynamic_cast.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct Support {
11 virtual void f() { printf("f()\n"); }
12};
13
14struct Derived : Support {};

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected