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