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