ref: 10c5a7f3c6bd6d8c52a42f3d7ffb64eed6edf677 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() }