swc/crates/swc_ecma_codegen/tests/test262/bd697f0fda948394.js
2022-03-22 07:54:08 +00:00

7 lines
106 B
JavaScript

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