{
let x, y, z
let a
let b
}
// ----
// step: varDeclInitializer
//
// {
// let x := 0
// let y := 0
// let z := 0
// let a := 0
// let b := 0
// }