swc/ecmascript/codegen/tests/references/2c4b264884006a8e.js

5 lines
49 B
JavaScript
Raw Normal View History

(function() {
throw 'a';
with (b);
}());