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