{
let x := 2
function g() {
pop(x)
}
// ----
// DeclarationError 8198: (36-37): Identifier "x" not found.