ref: 2a6476bbf9dcafc868e6113c2d08b0fd34fc225c dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }