swc/crates/swc_ecma_codegen/tests/test262/bd697f0fda948394.js
2021-11-10 19:00:54 +09:00

8 lines
111 B
JavaScript

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