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