swc/ecmascript/codegen/tests/references/c52db35cba7fdbc0.js

9 lines
90 B
JavaScript
Raw Normal View History

(function() {
try{
throw 'a';
}finally{
b();
}
c();
}());