MCPcopy 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
32void 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
42struct tiny
43{

Callers 1

mainFunction · 0.70

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected