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