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

Function main

test/cmake/target_js/main.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11int cpp_library_function();
12
13int main()
14{
15 lib_function();
16 lib_function2();
17 cpp_library_function();
18}

Callers

nothing calls this directly

Calls 1

cpp_library_functionFunction · 0.85

Tested by

no test coverage detected