swc/crates/swc_ecma_codegen/tests/test262/2f6d8a2215407ae3.js

4 lines
57 B
JavaScript

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