blob: 2eabda22e2064e3e1524292cc9090e737b18ecc6 [file] [log] [blame] [edit]
// int main(int argc, char* argv[]) { return (fmod(argc, 2) == 1); }
function modulus(i1) {
i1 = i1 | 0;
return +(i1 | 0) % +2 == +1 | 0;
}
function not1(i1) {
i1 = i1 | 0;
return (!i1 < (i1 | 0)) | 0;
}
function not2(i1) {
i1 = i1 | 0;
return (!i1 < (i1 >>> 0)) | 0;
}
function not3(i1) {
i1 = i1 | 0;
return ((i1 | 0) < !i1) | 0;
}
function not4(i1) {
i1 = i1 | 0;
return ((i1 >>> 0) < !i1) | 0;
}
// EMSCRIPTEN_GENERATED_FUNCTIONS
// EXTRA_INFO:{"emterpretedFuncs": ["modulus", "not1", "not2", "not3", "not4"]}