swc/crates/swc_ecma_codegen/tests/test262/bd697f0fda948394.js

7 lines
106 B
JavaScript

(function() {
try {
throw 'a';
} catch (b) {}
c(); // This must not be removed.
}());