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