MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

test/test_emscripten_log.cpp:146–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146int main() {
147 int test = 123;
148 emscripten_log(EM_LOG_FUNC_PARAMS | EM_LOG_CONSOLE, "test print %d\n", test);
149
150 Foo<int>();
151
152 DoubleTest();
153
154 if (failed) {
155 printf("Failed!\n");
156 return 1;
157 }
158
159 printf("Success!\n");
160 return 0;
161}

Callers

nothing calls this directly

Calls 3

emscripten_logFunction · 0.85
DoubleTestFunction · 0.85
printfFunction · 0.85

Tested by

no test coverage detected