blob: 6c6571c180e82fe659001c837396881e3ab758fa [file] [log] [blame]
#include <emscripten/html5.h>
int main()
{
emscripten_throw_number(42);
#ifdef REPORT_RESULT
REPORT_RESULT(1); // failed
#endif
}