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