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