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