Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten
/
b1fee4acdc102bcf127776d222547560f026fa45
/
.
/
test
/
closure_error.c
blob: 6085a6edae179065e357abac44fa58881bdd55cd [
file
]
#include
<emscripten.h>
int
main
()
{
EM_ASM
({
thisVarDoesNotExist
++;
thisVarDoesNotExistEither
++;
});
}