ref: c7e6d109bcd7e0d0b33c5e134c83e3efe9154ef9 dir: /test/closure.myr/
use std const main = { var a, b, c, fn a = 111 b = 555 c = 333 fn = { var x x = 666 std.put("{}{}{}{}\n", a, b, c, x) } fn() }