swc/ecmascript/codegen/tests/references/2f6d8a2215407ae3.js

5 lines
62 B
JavaScript
Raw Normal View History

function a() {
for(var b = 1, c = 2; b < 3; ++b){
}
}