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