Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ first
Function
first
test/core/test_longjmp_funcptr.c:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void first(void) {
22
fp();
23
printf(
"first\n"
); // does not print
24
}
25
26
int main(int argc, char **argv) {
27
fp = argc == 200 ? NULL : second;
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected