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