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