MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / compare

Function compare

test/core/test_i64_cmp.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10typedef long long int64;
11
12bool compare(int64 val) { return val == -12; }
13
14bool compare2(int64 val) { return val < -12; }
15

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected