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

Function call_ccall_again

test/core/test_ccall.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 return 0;
48}
49void call_ccall_again() {
50 test_struct t1 = { 1, 2, 3 };
51 uses_stack(&t1);
52}
53}
54

Callers

nothing calls this directly

Calls 1

uses_stackFunction · 0.85

Tested by

no test coverage detected