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