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