DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.69%2Bdfsg-3 / test / closure_error.c
12345678
#include <emscripten.h> int main() { EM_ASM({ thisVarDoesNotExist++; thisVarDoesNotExistEither++; }); }