swc/ecmascript/codegen/tests/references/6c5f0dd83c417a5a.js

9 lines
95 B
JavaScript
Raw Normal View History

function a() {
try{
a();
}catch (b) {
var c = 1;
}
return c;
}