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