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