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