ref: 1b562ee700be25e69521691e72b73fdc5c887bfa dir: /test/infermismatch.myr/
const main = { var a var b a = 1 b = 'a' a = b }