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