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

10 lines
105 B
JavaScript
Raw Normal View History

if (a) {
try{
b('try');
}catch (c) {
}
(function() {
b('d');
}());
}