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

13 lines
151 B
JavaScript
Raw Normal View History

function a() {
while(b){
{
c();
c();
var d = 1;
}
{
c();
}
}
}