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