DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.6~dfsg-5 / tests / closure_error.c
123456789
#include <emscripten.h> int main() { EM_ASM({ thisVarDoesNotExist++; thisVarDoesNotExistEither++; }); }