Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
void foo() {
5
printf(
"foo\n"
);
6
exit(0);
7
}
8
9
int main() {
10
printf(
"main\n"
);
Callers
1
main
Function · 0.70
Calls
2
printf
Function · 0.85
exit
Function · 0.50
Tested by
no test coverage detected