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