Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
53a96bfa34187bb2f90fd85d1a7d209a2d87a382
/
.
/
test
/
emscripten_throw_string.c
blob: 4511b5acad785bc3102cea9ad20026c43478336b [
file
]
#include
<emscripten/html5.h>
int
main
()
{
emscripten_throw_string
(
"Hello!"
);
#ifdef
REPORT_RESULT
REPORT_RESULT
(
1
);
// failed
#endif
}