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