Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ A
Method
A
test/test_whole_archive_main.cpp:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
int i;
13
14
A(int i) : i(i) { std::cout <<
"ctor a"
<< i <<
'\n'
; }
15
16
~A() { std::cout <<
"dtor a"
<< i <<
'\n'
; }
17
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected