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