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

Function foo

test/other/test_exceptions_exit_runtime.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <stdlib.h>
3
4void foo() {
5 printf("foo\n");
6 exit(0);
7}
8
9int main() {
10 printf("main\n");

Callers 1

mainFunction · 0.70

Calls 2

printfFunction · 0.85
exitFunction · 0.50

Tested by

no test coverage detected