MCPcopy 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
18void modifier1(int64_t t) {
19 t |= 12;
20 printf("m1: %lld\n", t);
21}
22void modifier2(int64_t &t) {
23 t |= 12;
24}

Callers 1

mainFunction · 0.85

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected