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