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