Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
bool compare(int64 val) { return val == -12; }
13
14
bool compare2(int64 val) { return val < -12; }
15
16
int main(int argc, char* argv[]) {
17
printf(
"*%d,%d,%d,%d,%d,%d*\n"
, argc, compare(argc - 1 - 12),
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected