swc/ecmascript/codegen/tests/references/5526c98fdf9150c1.js

10 lines
112 B
JavaScript
Raw Normal View History

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