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