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

Function Test

test/core/test_globaldoubles.c:13–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11double testVu, testVv, testWu, testWv;
12
13void Test(double _testVu, double _testVv, double _testWu, double _testWv) {
14 testVu = _testVu;
15 testVv = _testVv;
16 testWu = _testWu;
17 testWv = _testWv;
18 printf("BUG?\n");
19 printf("Display: Vu=%f Vv=%f Wu=%f Wv=%f\n", testVu, testVv, testWu,
20 testWv);
21}
22
23int main(void) {
24 double v1 = 465.1;

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected