swc/ecmascript/codegen/tests/references/906e545ceef0fcfd.js

4 lines
54 B
JavaScript
Raw Normal View History

(function() {
if (a) throw b; else throw c;
}());