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

10 lines
144 B
JavaScript
Raw Normal View History

(function() {
b: {
if (a) break b;
if (a) break b;
if (a) break b;
if (a) break b;
}
eval(c);
}());