blob: ad34ae978b0d7cbf0e26ca9166c7d8ce59804e73 [file] [log] [blame] [edit]
#include <emscripten.h>
int main()
{
EM_ASM({
thisVarDoesNotExist++;
thisVarDoesNotExistEither++;
});
}