{ let x := 1 for {} 1 {} { let x := 1 } } // ---- // DeclarationError 1395: (28-38='let x := 1'): Variable name x already taken in this scope.