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

9 lines
119 B
JavaScript

(function() {
try {
throw 'a';
} finally{
b();
}
c(); // This should be removed.
}());