Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ modifier2
Function
modifier2
test/core/test_i64_2.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
printf(
"m1: %lld\n"
, t);
21
}
22
void modifier2(int64_t &t) {
23
t |= 12;
24
}
25
26
int truthy() {
27
int x = time(0);
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected