ref: 08b1eacc62abb4f77fd7403c692cdc4b84c7dd76 dir: /test/loop.myr/
const main = { var i var n n = 0 for i = 0; i < 10; ++i n += i ;; -> n }