in vdmfiles/sample.js [6:14]
function aaa() { static let aaa = 0; if (aaa === 0) { aaa + 3 } else { } return 0 }