ref: 120e25cfe43a221c18d61f1ef7fc0abf55c61f25 dir: /test/add.myr/
const main = { var a var b a = 42 b = 11 -> a + b }