blob: 5241061d047ce22d47b59c276031ab97bc29f994 [file] [log] [blame]
fun outer() {
var x = 0
fun local() { x++ }
local()
}