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