swc/ecmascript/codegen/tests/references/5a54ee2c0b326b18.js

5 lines
61 B
JavaScript
Raw Normal View History

function a(b) {
for(var c = 1, d = b.e();; c++){
}
}