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

Function main

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

Source from the content-addressed store, hash-verified

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),
18 compare(1000 + argc), compare2(argc - 1 - 10), compare2(argc - 1 - 14),
19 compare2(argc + 1000));
20 return 0;
21}

Callers

nothing calls this directly

Calls 3

printfFunction · 0.85
compare2Function · 0.85
compareFunction · 0.70

Tested by

no test coverage detected