Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/core/test_nested_struct_varargs.c:37–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int main() {
38
struct A a = {
39
.x = 42,
40
};
41
struct B b = {
42
.x = 42.314,
43
};
44
struct C c = {
45
.a = a,
46
.b = b,
47
.c =
"nicetest"
,
48
};
49
foo(0, c);
50
return 0;
51
}
52
Callers
nothing calls this directly
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected