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