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