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