Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/fcoverage
/
.
/
tests
/
small_hello_world.c
blob: 862068894c90336728edc397d04b0dec36d60b2c [
file
] [
log
] [
blame
] [
edit
]
#include
<emscripten/html5.h>
int
main
()
{
emscripten_console_log
(
"hello!"
);
#ifdef
REPORT_RESULT
REPORT_RESULT
(
0
);
#endif
}