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

Function test

test/embind/test_i64_binding.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace std;
15
16void test(string message)
17{
18 printf("test: %s\n", message.c_str());
19}
20
21void assert_js_eq(string X, string Y) {
22 string js_code;

Callers 1

mainFunction · 0.70

Calls 2

printfFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected