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