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