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

Function truthy

test/core/test_i64_2.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int truthy() {
27 int x = time(0);
28 while (x > 10) {
29 x |= 7;
30 x /= 2;
31 }
32 return x < 3;
33}
34
35struct IUB {
36 int c;

Callers 1

mainFunction · 0.85

Calls 1

timeFunction · 0.50

Tested by

no test coverage detected