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

Function compare2

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

Source from the content-addressed store, hash-verified

12bool compare(int64 val) { return val == -12; }
13
14bool compare2(int64 val) { return val < -12; }
15
16int main(int argc, char* argv[]) {
17 printf("*%d,%d,%d,%d,%d,%d*\n", argc, compare(argc - 1 - 12),

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected