Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
struct A {
11
A() { printf(
"ctor\n"
); }
12
};
13
A a;
Callers
1
process
Method · 0.45
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected