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