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