blob: 4511b5acad785bc3102cea9ad20026c43478336b [file] [log] [blame]
#include <emscripten/html5.h>
int main() {
emscripten_throw_string("Hello!");
#ifdef REPORT_RESULT
REPORT_RESULT(1); // failed
#endif
}