Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_trickystring.c:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
static LMEXFunctionStruct const a[] = {{f, (void *)(int)
'a'
,
"aa"
}};
19
20
int main() {
21
printf(
"ok\n"
);
22
return a[0].f(a[0].d);
23
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
f
Method · 0.80
Tested by
no test coverage detected