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