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

Function foo

test/other/test_split_module.c:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <emscripten.h>
3
4int foo() {
5 return 42;
6}
7
8EMSCRIPTEN_KEEPALIVE void say_hello() {
9 printf("Hello! answer: %d\n", foo());

Callers 4

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
say_helloFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected