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