Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_struct_varargs.c:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
int main(void) {
36
coords val1 = { .x = 42, .y = 21 };
37
color val2 = { .r = 37, .g = 19, .b = 253 };
38
fun(0, val1, val2);
39
return 0;
40
}
Callers
nothing calls this directly
Calls
1
fun
Function · 0.70
Tested by
no test coverage detected