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