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