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