MCPcopy 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

18static LMEXFunctionStruct const a[] = {{f, (void *)(int)'a', "aa"}};
19
20int main() {
21 printf("ok\n");
22 return a[0].f(a[0].d);
23}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
fMethod · 0.80

Tested by

no test coverage detected