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

Method A

test/core/test_ctors_no_main.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10struct A {
11 A() { printf("ctor\n"); }
12};
13A a;

Callers 1

processMethod · 0.45

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected