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