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