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

9 lines
119 B
JavaScript

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