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