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