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