Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ a
Function
a
test/core/test_trivial_struct_varargs.c:32–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void a() {
33
struct A a = {
34
.x = 42,
35
};
36
struct B b = {
37
.x = 42.314,
38
};
39
foo(0, a, b);
40
}
41
42
struct tiny
43
{
Callers
1
main
Function · 0.70
Calls
1
foo
Function · 0.70
Tested by
no test coverage detected