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

Function foo

test/core/test_stdvec.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16void foo(int a, float b) { printf("%d:%.2f\n", a, b); }
17
18int main(int argc, char *argv[]) {
19 std::vector<S> ar;

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected