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