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